diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-09-09 13:51:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-09 13:51:58 -0400 |
| commit | 55e6c1329f78d5c672a58ff1fad86d7711a649c3 (patch) | |
| tree | 9b12b90425486cd3e27487b3de46d700b29d333c /tests/lib/cli/test_cli.py | |
| parent | 879fbc3ec87976d3575e091dc90b671f490468f0 (diff) | |
| parent | 82f9e9b35839e849a83e8a9341ca1a1ca4a1e537 (diff) | |
Merge pull request #2862 from opensourcerouting/non-recursive
final non-recursive make
Diffstat (limited to 'tests/lib/cli/test_cli.py')
| -rw-r--r-- | tests/lib/cli/test_cli.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/cli/test_cli.py b/tests/lib/cli/test_cli.py index e3c31c2d91..7371db283a 100644 --- a/tests/lib/cli/test_cli.py +++ b/tests/lib/cli/test_cli.py @@ -2,3 +2,4 @@ import frrtest class TestCli(frrtest.TestRefOut): program = './test_cli' + built_refout = True |
