- re-enable test suite
This commit is contained in:
parent
cbf4a20bfb
commit
6dc6a9a7fe
30
nss.spec
30
nss.spec
@ -4,7 +4,7 @@
|
|||||||
Summary: Network Security Services
|
Summary: Network Security Services
|
||||||
Name: nss
|
Name: nss
|
||||||
Version: 3.12.3
|
Version: 3.12.3
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
URL: http://www.mozilla.org/projects/security/pki/nss/
|
URL: http://www.mozilla.org/projects/security/pki/nss/
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -217,21 +217,21 @@ find ./mozilla/security/nss/tests -type f |\
|
|||||||
|
|
||||||
killall $RANDSERV || :
|
killall $RANDSERV || :
|
||||||
|
|
||||||
#temporarily disable the test suite because of bug 494266
|
temporarily disable the test suite because of bug 494266
|
||||||
#rm -rf ./mozilla/tests_results
|
rm -rf ./mozilla/tests_results
|
||||||
#cd ./mozilla/security/nss/tests/
|
cd ./mozilla/security/nss/tests/
|
||||||
## all.sh is the test suite script
|
# all.sh is the test suite script
|
||||||
#HOST=localhost DOMSUF=localdomain PORT=$MYRAND ./all.sh
|
HOST=localhost DOMSUF=localdomain PORT=$MYRAND ./all.sh
|
||||||
#cd ../../../../
|
cd ../../../../
|
||||||
|
|
||||||
#killall $RANDSERV || :
|
killall $RANDSERV || :
|
||||||
|
|
||||||
#TEST_FAILURES=`grep -c FAILED ./mozilla/tests_results/security/localhost.1/output.log` || :
|
TEST_FAILURES=`grep -c FAILED ./mozilla/tests_results/security/localhost.1/output.log` || :
|
||||||
#if [ $TEST_FAILURES -ne 0 ]; then
|
if [ $TEST_FAILURES -ne 0 ]; then
|
||||||
# echo "error: test suite returned failure(s)"
|
echo "error: test suite returned failure(s)"
|
||||||
# exit 1
|
exit 1
|
||||||
#fi
|
fi
|
||||||
#echo "test suite completed"
|
echo "test suite completed"
|
||||||
|
|
||||||
# Produce .chk files for the final stripped binaries
|
# Produce .chk files for the final stripped binaries
|
||||||
%define __spec_install_post \
|
%define __spec_install_post \
|
||||||
@ -477,6 +477,8 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 07 2009 Kai Engert <kaie@redhat.com> - 3.12.3-5
|
||||||
|
- re-enable test suite
|
||||||
* Wed May 06 2009 Kai Engert <kaie@redhat.com> - 3.12.3-4
|
* Wed May 06 2009 Kai Engert <kaie@redhat.com> - 3.12.3-4
|
||||||
- add conflicts info in order to fix bug 499436
|
- add conflicts info in order to fix bug 499436
|
||||||
* Tue Apr 14 2009 Kai Engert <kaie@redhat.com> - 3.12.3-3
|
* Tue Apr 14 2009 Kai Engert <kaie@redhat.com> - 3.12.3-3
|
||||||
|
Loading…
Reference in New Issue
Block a user