[libsoup] test-utils: change http_debug command-line flag



commit 76cd3dcd6a3eb621cf4976457c9d1b2ab9c0e468
Author: Dan Winship <danw gnome org>
Date:   Sun Mar 9 13:01:31 2014 -0400

    test-utils: change http_debug command-line flag
    
    g_test_init() intercepts "-h" for "help", so make http-debug be "-H"

 tests/test-utils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/test-utils.c b/tests/test-utils.c
index 1d0d775..69a9426 100644
--- a/tests/test-utils.c
+++ b/tests/test-utils.c
@@ -38,7 +38,7 @@ static GOptionEntry debug_entry[] = {
        { "debug", 'd', G_OPTION_FLAG_NO_ARG,
          G_OPTION_ARG_CALLBACK, increment_debug_level,
          "Enable (or increase) test-specific debugging", NULL },
-       { "http-debug", 'h', G_OPTION_FLAG_NO_ARG,
+       { "http-debug", 'H', G_OPTION_FLAG_NO_ARG,
          G_OPTION_ARG_CALLBACK, increment_http_debug_level,
          "Enable (or increase) HTTP-level debugging", NULL },
        { NULL }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]