diff options
Diffstat (limited to 'extras/hs-test/vars')
-rw-r--r-- | extras/hs-test/vars | 4 |
1 files changed, 2 insertions, 2 deletions
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) |