5c4e1b05f924dff0f7159de2605781626c2d783a kuhn Wed Dec 12 11:45:34 2012 -0800 moved some output outside an if-statemenet diff --git src/utils/qa/checkAllStaticLinks.csh src/utils/qa/checkAllStaticLinks.csh index 63e04a8..5372ca9 100755 --- src/utils/qa/checkAllStaticLinks.csh +++ src/utils/qa/checkAllStaticLinks.csh @@ -52,34 +52,34 @@ foreach dir (`cat $pathfile`) echo "checking $dir" checkStaticLinks.csh $dir $excludeList end # consolidate results set dir="" rm -f $outfile # foreach dir ( 0 goldenPath.help test ) foreach dir (`cat $pathfile`) set dir=`echo $dir | sed "s@/@.@g"` if ( $dir == 0 ) then set dir=htdocs endif - tail -20 $dir.err | grep -q "found no files with errors" - if ( $status ) then cat $dir.err >> $outfile echo "==========================================\n" >> $outfile + tail -20 $dir.err | grep -q "found no files with errors" + if ( $status ) then @ errors = $errors + 1 endif rm -f $dir.err @ errdirs = $errdirs + 1 end echo " checked $errdirs directories" >> $outfile echo " found $errors with errors" >> $outfile # allow two levels of backup set genecats = "/usr/local/apache/htdocs-genecats/qa/test-results/staticLinks" if ( -e $genecats/$outfile ) then if ( -e $genecats/${outfile}.bak ) then # echo "there's a bak file" # echo "making a bak2 file"