Fix ugly little violations before someone says anything
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user