selftest: Update PATH for nettest in fcnal-test
Allow fcnal-test.sh to be run from top level directory in the kernel repo as well as from tools/testing/selftests/net by setting the PATH to find the in-tree nettest. Signed-off-by: David Ahern <dsahern@kernel.org> Link: https://lore.kernel.org/r/20240124214117.24687-2-dsahern@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
b54846da45
commit
ad9b701aed
@ -38,6 +38,9 @@
|
||||
# server / client nomenclature relative to ns-A
|
||||
|
||||
source lib.sh
|
||||
|
||||
PATH=$PWD:$PWD/tools/testing/selftests/net:$PATH
|
||||
|
||||
VERBOSE=0
|
||||
|
||||
NSA_DEV=eth1
|
||||
|
Loading…
x
Reference in New Issue
Block a user