Separate failed test outputs using a line
This commit is contained in:
parent
dc6586efdd
commit
91f7360fcd
@ -1262,6 +1262,7 @@ echo ===================FAILED TESTS=====================
|
||||
grep -e ^FAIL -e ^ERROR tests.sum | awk '{print $2}' | while read testcase; do
|
||||
echo "$testcase"
|
||||
cat $testcase.out
|
||||
echo -------------------------
|
||||
done
|
||||
popd
|
||||
|
||||
@ -1280,6 +1281,7 @@ echo ===================FAILED TESTS=====================
|
||||
grep -e ^FAIL -e ^ERROR tests.sum | awk '{print $2}' | while read testcase; do
|
||||
echo "$testcase"
|
||||
cat $testcase.out
|
||||
echo -------------------------
|
||||
done
|
||||
popd
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user