Accepting request 440712 from home:Andreas_Schwab:Factory

- Properly run testsuite

OBS-URL: https://build.opensuse.org/request/show/440712
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nspr?expand=0&rev=85
This commit is contained in:
Wolfgang Rosenauer
2016-11-17 14:52:57 +00:00
committed by Git OBS Bridge
parent 629c3d4968
commit 8d02a21c01
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 17 14:38:10 UTC 2016 - schwab@suse.de
- Properly run testsuite
-------------------------------------------------------------------
Mon Feb 29 15:31:53 UTC 2016 - wr@rosenauer.org

View File

@@ -99,6 +99,7 @@ chmod -x %{buildroot}%{_includedir}/nspr4/prvrsion.h
popd
%check
cd nspr
# Run test suite
perl ./pr/tests/runtests.pl 2>&1 | tee output.log
TEST_FAILURES=`grep -c FAILED ./output.log` || :