Closed
Bug 935620
Opened 11 years ago
Closed 11 years ago
silence debug/info output on stderr during tests
Categories
(Socorro :: Database, task)
Tracking
(Not tracked)
VERIFIED
FIXED
66
People
(Reporter: lars, Assigned: lars)
Details
(Whiteboard: [qa-])
Attachments
(1 file)
during the run of Socorro tests, the setupdb_app is run twice. Both times, it echoes its configuration to stderr. I think this is unnecessary noise in the test output. Just raising the stderr logging threshold will suppress the noise but still show errors.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #828139 -
Flags: review?(rhelmer)
Updated•11 years ago
|
Attachment #828139 -
Flags: review?(rhelmer) → review+
Comment 2•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/52ab9f85cf20ff552eb13a6f5fe4f42f1f734479
Merge pull request #1657 from twobraids/silence-stderr
Fixes Bug 935620 - quiet stderr echoing config in Makefile
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•