VCL: Fix vcl test scripts to check vcl.am instead of uri.am
[vpp.git] / test / scripts / socket_test.sh
index 35e9c0b..1ff9af7 100755 (executable)
@@ -254,7 +254,7 @@ if [ -z "$WS_ROOT" ] ; then
     exit 1
 fi
 
-if [[ "$(grep bin_PROGRAMS $WS_ROOT/src/uri.am)" = "" ]] ; then
+if [[ "$(grep bin_PROGRAMS $WS_ROOT/src/vcl.am)" = "" ]] ; then
     $WS_ROOT/extras/vagrant/vcl_test.sh $WS_ROOT $USER
     (cd $WS_ROOT; make build)
 fi