]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- updated tests-noproc patch (linuxthreads/tst-clock1 requires /proc/cpuinfo access)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 26 Jul 2004 17:54:57 +0000 (17:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- posix/annexc test result is ignored in Makefile for now, so do the same in spec

Changed files:
    glibc.spec -> 1.505

glibc.spec

index d774224ae429936693aac616796ea03e850b9ffd..e69e2f5923ed8bbba7dd7cf6abd235d52fa43c8d 100644 (file)
@@ -838,7 +838,7 @@ env LANGUAGE=C LC_ALL=C \
 %{__make} tests 2>&1 | awk '
 BEGIN { file = "" }
 {
-       if (($0 ~ /\*\*\* \[.*\.out\] Error/) && (file == "")) {
+       if (($0 ~ /\*\*\* \[.*\.out\] Error/) && ($0 !~ /annexc/) && (file == "")) {
                file=$0;
                gsub(/.*\[/, NIL, file);
                gsub(/\].*/, NIL, file);
This page took 0.031259 seconds and 4 git commands to generate.