From 9eb183b545e8b27ab5309070ebac6db316f85fa1b6af4222d6deb1d880b599d4 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 15 Apr 2008 03:02:20 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=8 --- tcl.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tcl.spec b/tcl.spec index d7c5d7d..2e33571 100644 --- a/tcl.spec +++ b/tcl.spec @@ -97,8 +97,8 @@ cat > known-failures <&1 | tee testresults -#grep FAILED testresults | grep -Fqvf known-failures && exit 1 +eval $MAKE test 2>&1 | tee testresults +grep FAILED testresults | grep -Fqvf known-failures && exit 1 # If we don't do profile based optimisation, we are done at this point. test -z "$PFLAGS" && exit 0 # Rebuild and use the profiling results