Accepting request 440713 from mozilla:Factory

1

OBS-URL: https://build.opensuse.org/request/show/440713
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nspr?expand=0&rev=60
This commit is contained in:
2016-11-20 17:16:51 +00:00
committed by Git OBS Bridge
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` || :