From d77672032eb116c1c79905e46ecb3c6ba77fb5bcc1d2a9c77344fd5c5656987d Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Mon, 25 Sep 2017 16:07:28 +0000 Subject: [PATCH] - Whiltelist known-failing tests. Further investigation needed. OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=104 --- tcl.changes | 5 +++++ tcl.spec | 28 +++++++++++++++++++++++++++- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/tcl.changes b/tcl.changes index 2cdb4cb..032a740 100644 --- a/tcl.changes +++ b/tcl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 25 16:05:41 UTC 2017 - max@suse.com + +- Whiltelist known-failing tests. Further investigation needed. + ------------------------------------------------------------------- Fri Aug 11 15:00:00 UTC 2017 - max@suse.com diff --git a/tcl.spec b/tcl.spec index 2acd7ac..084e278 100644 --- a/tcl.spec +++ b/tcl.spec @@ -101,10 +101,36 @@ export HOME=$PWD/home # Run the testsuite to gather some data for the profile-based # optimisation and let rpmbuild fail on unexpected test failures. cat > known-failures <&1 | tee testresults -grep FAILED testresults | grep -Fqvwf known-failures && exit 1 +grep FAILED testresults | grep -Fvwf known-failures && exit 1 %endif %install