summaryrefslogtreecommitdiffstats
path: root/tests/lib
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2018-08-18 05:00:54 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2018-09-08 21:30:19 +0200
commitb37ccace1e456487c825024fdbbeddad3e027061 (patch)
tree70fb9fe7d68b7d3698f7657bdcadf95116789020 /tests/lib
parentbuild: move vtysh & manpage listings to subdir.am (diff)
downloadfrr-b37ccace1e456487c825024fdbbeddad3e027061.tar.xz
frr-b37ccace1e456487c825024fdbbeddad3e027061.zip
tests: properly locate files in builddir
test_cli.refout is written by configure into the build directory, thus we need a little special glue to find it correctly. Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib/cli/test_cli.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/cli/test_cli.py b/tests/lib/cli/test_cli.py
index e3c31c2d9..7371db283 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