]> git.puffer.fish Git - mirror/frr.git/commit
tests: properly locate files in builddir
authorDavid Lamparter <equinox@diac24.net>
Sat, 18 Aug 2018 03:00:54 +0000 (05:00 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Sat, 8 Sep 2018 19:30:19 +0000 (21:30 +0200)
commitb37ccace1e456487c825024fdbbeddad3e027061
tree70fb9fe7d68b7d3698f7657bdcadf95116789020
parent74dc19a2f5f72865b5f7da86453b881ae161e857
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>
tests/helpers/python/frrtest.py
tests/lib/cli/test_cli.py