summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido G?nther <agx@sigxcpu.org>2016-01-04 11:35:40 -0800
committerGuido G?nther <agx@sigxcpu.org>2016-01-04 11:35:40 -0800
commitb8d35dfee0da3f3544d8b30ae5cebdcb8946a395 (patch)
treeae7ba3bff39d8c096ccb9e25706b6a46fec2f9d5
parente172f0d00319b4d4ec87d5d310d552dddcd71963 (diff)
downloadnspr-hg-b8d35dfee0da3f3544d8b30ae5cebdcb8946a395.tar.gz
Bug 1236333: server_test -d should enable debugging. r=wtc
-rw-r--r--pr/tests/server_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/tests/server_test.c b/pr/tests/server_test.c
index 5c608cd1..606d1b77 100644
--- a/pr/tests/server_test.c
+++ b/pr/tests/server_test.c
@@ -548,7 +548,7 @@ int main(int argc, char **argv)
Usage: test_name -d
*/
PLOptStatus os;
- PLOptState *opt = PL_CreateOptState(argc, argv, "d:");
+ PLOptState *opt = PL_CreateOptState(argc, argv, "d");
while (PL_OPT_EOL != (os = PL_GetNextOpt(opt)))
{
if (PL_OPT_BAD == os) continue;