Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 578083 Details for
Bug 813386
[RFE] Run the upstream nspr test suite as part of the build
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Changes to spec file to run the tests in patch form
run-tests.patch (text/plain), 1.11 KB, created by
Elio Maldonado Batiz
on 2012-04-17 15:58:39 UTC
(
hide
)
Description:
Changes to spec file to run the tests in patch form
Filename:
MIME Type:
Creator:
Elio Maldonado Batiz
Created:
2012-04-17 15:58:39 UTC
Size:
1.11 KB
patch
obsolete
>diff --git a/nspr.spec b/nspr.spec >index b9b70f7..5a8c8cd 100644 >--- a/nspr.spec >+++ b/nspr.spec >@@ -1,7 +1,7 @@ > Summary: Netscape Portable Runtime > Name: nspr > Version: 4.8.9 >-Release: 1%{?dist} >+Release: 2%{?dist} > License: MPLv1.1 or GPLv2+ or LGPLv2+ > URL: http://www.mozilla.org/projects/nspr/ > Group: System Environment/Libraries >@@ -65,6 +65,18 @@ cp %{SOURCE2} ./mozilla/nsprpub/config/ > > make > >+%check >+ >+# Run test suite. >+perl ./mozilla/nsprpub/pr/tests/runtests.pl 2>&1 | tee output.log >+ >+TEST_FAILURES=`grep -c FAILED ./output.log` || : >+if [ $TEST_FAILURES -ne 0 ]; then >+ echo "error: test suite returned failure(s)" >+ exit 1 >+fi >+echo "test suite completed" >+ > %install > > # Crack-tastic! >@@ -124,6 +136,9 @@ cat %{SOURCE1} | sed -e "s,%%libdir%%,%{_libdir},g" \ > %{_bindir}/nspr-config > > %changelog >+* Tue Apr 17 2012 Elio Maldonado <emaldona@redhat.com> - 4.8.9-2 >+- Resolves: rhbz#813386 - Run the test suite as part of the build >+ > * Sun Jan 29 2012 Elio Maldonado Batiz <emaldona@redhat.com> - 4.8.9-1 > - Resolves: Bug 772945 - [RFE] Async update nspr to make firefox 10 LTS rebase possible > - Update to 4.8.9
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
kengert
: review+
Actions:
View
|
Diff
Attachments on
bug 813386
: 578083