Separate failed test outputs using a line

This commit is contained in:
Siddhesh Poyarekar 2014-07-04 22:26:53 +05:30
parent dc6586efdd
commit 91f7360fcd
1 changed files with 2 additions and 0 deletions

View File

@ -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