X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fscripts%2Fsocket_test.sh;h=96a445eb8155dd8a702bb769cf9f7b1fb336718d;hb=refs%2Fchanges%2F20%2F10620%2F4;hp=609fc62ab2a09c6e8e850e31dd232e0da184f280;hpb=1d3ab72941432c0f690841924630c45d282e1e88;p=vpp.git diff --git a/test/scripts/socket_test.sh b/test/scripts/socket_test.sh index 609fc62ab2a..96a445eb815 100755 --- a/test/scripts/socket_test.sh +++ b/test/scripts/socket_test.sh @@ -520,6 +520,9 @@ write_script_header() { if [ -n "$VCL_CONFIG" ] ; then echo "export VCL_CONFIG=${vcl_config_dir}${vcl_config}" >> $1 fi + if [ -n "$VCL_API_PREFIX" ] ; then + echo "export VCL_API_PREFIX=$VCL_API_PREFIX" >> $1 + fi if [ -n "$VCL_DEBUG" ] ; then echo "export VCL_DEBUG=$VCL_DEBUG" >> $1 fi