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:
David Ahern 2024-01-24 14:41:15 -07:00 committed by Jakub Kicinski
parent b54846da45
commit ad9b701aed

View file

@ -38,6 +38,9 @@
# server / client nomenclature relative to ns-A # server / client nomenclature relative to ns-A
source lib.sh source lib.sh
PATH=$PWD:$PWD/tools/testing/selftests/net:$PATH
VERBOSE=0 VERBOSE=0
NSA_DEV=eth1 NSA_DEV=eth1