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:

committed by
Keith Burns

parent
149ba779cf
commit
4f6c3a9a13
@ -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
|
||||
|
Reference in New Issue
Block a user