Fix ugly little violations before someone says anything

This commit is contained in:
Christopher MacGown
2011-08-12 14:33:27 -07:00
parent 28ef6f78b7
commit 50009ca93a

View File

@@ -67,7 +67,7 @@ function run_tests {
ERRSIZE=`wc -l run_tests.log | awk '{print \$1}'`
if [ "$ERRSIZE" -lt "40" ];
then
echo cat run_tests.log
cat run_tests.log
fi
fi
return $RESULT