src/utils/qa/weeklybld/buildBeta.csh 1.18
1.18 2009/07/15 18:17:26 mikep
better errror message
Index: src/utils/qa/weeklybld/buildBeta.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/weeklybld/buildBeta.csh,v
retrieving revision 1.17
retrieving revision 1.18
diff -b -B -U 4 -r1.17 -r1.18
--- src/utils/qa/weeklybld/buildBeta.csh 14 Oct 2008 17:07:51 -0000 1.17
+++ src/utils/qa/weeklybld/buildBeta.csh 15 Jul 2009 18:17:26 -0000 1.18
@@ -54,9 +54,9 @@
#-- to check for errors:
set res = `/bin/egrep -i "error|warn" make.alpha.log`
set wc = `echo "$res" | wc -w`
if ( "$wc" != "0" ) then
- echo "alpha errs found:"
+ echo "alpha errs found after vGetText:"
echo "$res"
exit 1
endif