diff options
author | Christian Grothoff <christian@grothoff.org> | 2009-10-27 22:54:11 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2009-10-27 22:54:11 +0000 |
commit | 831a40aa47b5ca69a1ea35791e37fe3acb713436 (patch) | |
tree | 39f7b128d396b9d55b6256a309ab234277498648 /src/testing/test_testing.c | |
parent | 673f6484f4dff8fac2cf3029dbd993581b61f370 (diff) |
testing not yet ready for testing
Diffstat (limited to 'src/testing/test_testing.c')
-rw-r--r-- | src/testing/test_testing.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/test_testing.c b/src/testing/test_testing.c index ab3bc10be..886427402 100644 --- a/src/testing/test_testing.c +++ b/src/testing/test_testing.c @@ -24,7 +24,7 @@ #include "platform.h" #include "gnunet_testing_lib.h" -#define VERBOSE GNUNET_NO +#define VERBOSE GNUNET_YES static int ok; @@ -91,7 +91,7 @@ check () GNUNET_GETOPT_OPTION_END }; GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1, - argv, "test-tesing", "nohelp", + argv, "test-testing", "nohelp", options, &run, &ok); return ok; } |