Accepting request 447298 from home:azouhr:branches:devel:languages:tcl

- Disable check for s390x for now

OBS-URL: https://build.opensuse.org/request/show/447298
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=94
This commit is contained in:
Reinhard Max 2017-02-13 14:43:42 +00:00 committed by Git OBS Bridge
parent 92cc7f5e93
commit a2d5d1740f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 21 12:58:55 UTC 2016 - bg@suse.com
- Disable check for s390x for now
-------------------------------------------------------------------
Tue Jul 26 14:58:02 UTC 2016 - max@suse.com

View File

@ -101,7 +101,7 @@ export HOME=$PWD/home
# optimisation and let rpmbuild fail on unexpected test failures.
cat > known-failures <<EOF
EOF
%ifnarch %arm
%ifnarch %arm s390x
make test 2>&1 | tee testresults
grep FAILED testresults | grep -Fqvwf known-failures && exit 1
%endif