VCL: Fix vcl test scripts to check vcl.am instead of uri.am

Change-Id: I34ab79ddf0a612be1f2a4223e46811516e5b317e
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
This commit is contained in:
Dave Wallace
2017-10-24 15:39:44 -04:00
committed by Keith Burns
parent 149ba779cf
commit 4f6c3a9a13
2 changed files with 2 additions and 2 deletions

View File

@ -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