- disable test suite on ppc64

This commit is contained in:
Kai Engert 2008-02-15 02:02:53 +00:00
parent 9bb178439b
commit 1c7c94c1d0
1 changed files with 10 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Summary: Network Security Services
Name: nss
Version: 3.11.99.3
Release: 2%{?dist}
Release: 3%{?dist}
License: MPLv1.1 or GPLv2+ or LGPLv2+
URL: http://www.mozilla.org/projects/security/pki/nss/
Group: System Environment/Libraries
@ -161,6 +161,9 @@ chmod 755 $RPM_BUILD_ROOT/%{_bindir}/nss-config
# enable the following line to force a test failure
# find ./mozilla -name \*.chk | xargs rm -f
# test suite fails on ppc64
%ifnarch ppc64
# run test suite
killall selfserv || :
rm -rf ./mozilla/tests_results
@ -180,6 +183,9 @@ if [ $TEST_FAILURES -ne 0 ]; then
fi
echo "test suite completed"
# end of ifarch for test suite
%endif
%install
@ -400,6 +406,9 @@ done
%changelog
* Thu Feb 14 2008 Kai Engert <kengert@redhat.com> - 3.11.99.3-3
- disable test suite on ppc64
* Thu Feb 14 2008 Kai Engert <kengert@redhat.com> - 3.11.99.3-2
- Build against gcc 4.3.0, use workaround for bug 432146
- Run the test suite after the build and abort on failures.