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:
parent
92cc7f5e93
commit
a2d5d1740f
@ -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
|
Tue Jul 26 14:58:02 UTC 2016 - max@suse.com
|
||||||
|
|
||||||
|
2
tcl.spec
2
tcl.spec
@ -101,7 +101,7 @@ export HOME=$PWD/home
|
|||||||
# optimisation and let rpmbuild fail on unexpected test failures.
|
# optimisation and let rpmbuild fail on unexpected test failures.
|
||||||
cat > known-failures <<EOF
|
cat > known-failures <<EOF
|
||||||
EOF
|
EOF
|
||||||
%ifnarch %arm
|
%ifnarch %arm s390x
|
||||||
make test 2>&1 | tee testresults
|
make test 2>&1 | tee testresults
|
||||||
grep FAILED testresults | grep -Fqvwf known-failures && exit 1
|
grep FAILED testresults | grep -Fqvwf known-failures && exit 1
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user