From 91f7360fcddd45a0f3bce3c0f9bf0744db2d6b89 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Fri, 4 Jul 2014 22:26:53 +0530 Subject: [PATCH] Separate failed test outputs using a line --- glibc.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glibc.spec b/glibc.spec index cd05c46..65f70ba 100644 --- a/glibc.spec +++ b/glibc.spec @@ -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