src/utils/qa/weeklybld/makeStrictBeta.csh 1.7
1.7 2010/01/05 04:13:11 galt
minor cleanup
Index: src/utils/qa/weeklybld/makeStrictBeta.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/weeklybld/makeStrictBeta.csh,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -B -U 4 -r1.6 -r1.7
--- src/utils/qa/weeklybld/makeStrictBeta.csh 14 Oct 2008 17:07:51 -0000 1.6
+++ src/utils/qa/weeklybld/makeStrictBeta.csh 5 Jan 2010 04:13:11 -0000 1.7
@@ -1,10 +1,10 @@
#!/bin/tcsh
cd $WEEKLYBLD
if ( "$HOST" != "hgwbeta" ) then
-echo "error: you must run this script on hgwbeta! [${0}: `date`]"
-exit 1
+ echo "error: you must run this script on hgwbeta! [${0}: `date`]"
+ exit 1
endif
cd $BUILDDIR
set dir = "v"$BRANCHNN"_branch"
@@ -20,8 +20,9 @@
set wc = `echo "$res" | wc -w`
if ( "$wc" != "0" ) then
echo "trackDb strict errs found:"
echo "$res"
+ tail make.strict.log
exit 1
endif
/bin/egrep -i "html missing" make.strict.log > warning.txt