From 7618884365afbccf33f3317d126182e2d47e7c2a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Mon, 8 Sep 2014 13:48:04 +0200 Subject: [PATCH] - simplify make check --- glibc.spec | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/glibc.spec b/glibc.spec index a95d2a5..e3661a2 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1030,21 +1030,8 @@ AWK="gawk" \ cd .. %if %{with tests} -cd builddir env LANGUAGE=C LC_ALL=C \ -%{__make} -j1 tests 2>&1 | awk ' -BEGIN { file = "" } -{ - if (($0 ~ /\*\*\* \[.*\.out\] Error/) && ($0 !~ /annexc/) && (file == "")) { - file=$0; - gsub(/.*\[/, NIL, file); - gsub(/\].*/, NIL, file); - } - print $0; -} -END { if (file != "") { print "ERROR OUTPUT FROM " file; system("cat " file); exit(1); } }' -cd .. -done +%{__make} -j1 -C builddir tests %endif %if %{without cross} -- 2.44.0