X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fhs-test%2Fvars;h=b27c5c530e7231dc646311e97cdf036c7ebfae6b;hb=671cf51d6d0b08c216a99696aa30f17faff5e653;hp=3879d5799f29880d8872e3230f54532989b7f0ef;hpb=182d2b466d158de4b2320fd280c1e7beb5bb37e4;p=vpp.git diff --git a/extras/hs-test/vars b/extras/hs-test/vars index 3879d5799f2..b27c5c530e7 100644 --- a/extras/hs-test/vars +++ b/extras/hs-test/vars @@ -1,6 +1,6 @@ export VPP_WS=../../ -export HST_LDPRELOAD=${VPP_WS}/build-root/build-vpp_debug-native/vpp/lib/x86_64-linux-gnu/libvcl_ldpreload.so -export PATH=${VPP_WS}/build-root/build-vpp_debug-native/vpp/bin:$PATH +export HST_LDPRELOAD=${VPP_WS}/build-root/build-vpp-native/vpp/lib/x86_64-linux-gnu/libvcl_ldpreload.so +export PATH=${VPP_WS}/build-root/build-vpp-native/vpp/bin:$PATH export UBUNTU_VERSION=$(lsb_release -rs)