fix missed err.log

This commit is contained in:
Vishvananda Ishaya
2011-02-23 18:54:13 -08:00
parent 8c5f668bab
commit 169ca1f1d9

View File

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