fix missed err.log
This commit is contained in:
parent
211810f9ea
commit
3aa0183bca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user