Closed
Bug 1236333
Opened 10 years ago
Closed 10 years ago
server_test -d should enable debugging
Categories
(NSPR :: NSPR, defect, P2)
NSPR
NSPR
Tracking
(Not tracked)
RESOLVED
FIXED
4.12
People
(Reporter: agx, Assigned: agx)
Details
Attachments
(1 file)
|
1.06 KB,
patch
|
wtc
:
review+
wtc
:
checked-in+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.5.0
Build ID: 20151216011944
Steps to reproduce:
run ./server_test -d
Actual results:
Test were run without debugging output
Expected results:
Debugging output should be printed.
The reason being an incorrect optparse tring in server_test.c. Patch attached.
Comment 1•10 years ago
|
||
Comment on attachment 8703412 [details] [diff] [review]
0003-Unbreak-d.patch
Review of attachment 8703412 [details] [diff] [review]:
-----------------------------------------------------------------
r=wtc. Thanks for the patch.
https://hg.mozilla.org/projects/nspr/rev/78f11a88dd11
Attachment #8703412 -
Flags: review+
Attachment #8703412 -
Flags: checked-in+
Updated•10 years ago
|
Assignee: wtc → agx
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
OS: Unspecified → All
Priority: -- → P2
Hardware: Unspecified → All
Resolution: --- → FIXED
Target Milestone: --- → 4.12
Version: 4.13 → other
You need to log in
before you can comment on or make changes to this bug.
Description
•