[glibc] Separate failed test outputs using a line

Siddhesh Poyarekar siddhesh at fedoraproject.org
Fri Jul 4 18:30:53 UTC 2014


commit 91f7360fcddd45a0f3bce3c0f9bf0744db2d6b89
Author: Siddhesh Poyarekar <siddhesh at redhat.com>
Date:   Fri Jul 4 22:26:53 2014 +0530

    Separate failed test outputs using a line

 glibc.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
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


More information about the scm-commits mailing list