Accepting request 461796 from devel:languages:tcl

1

OBS-URL: https://build.opensuse.org/request/show/461796
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=49
This commit is contained in:
Dominique Leuenberger 2017-03-05 16:50:51 +00:00 committed by Git OBS Bridge
commit e2c5d4e416
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Feb 27 17:14:24 UTC 2017 - schwab@suse.de
- Reenable testsuite on %arm
-------------------------------------------------------------------
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

@ -1,7 +1,7 @@
#
# spec file for package tcl
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -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 s390x
make test 2>&1 | tee testresults
grep FAILED testresults | grep -Fqvwf known-failures && exit 1
%endif