aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-28 19:52:25 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-28 19:52:25 +0000
commitcbf2a3e7cf2d7acda1d115198671eaccf2616fc4 (patch)
tree8eddbd89fa0f3a5fec1b387b5d2cdbab5789d6b8 /src/testing/test_testing.c
parent359e97be5e33493691d53aa6a51f1b364f46dab9 (diff)
downloadgnunet-cbf2a3e7cf2d7acda1d115198671eaccf2616fc4.tar.gz
gnunet-cbf2a3e7cf2d7acda1d115198671eaccf2616fc4.zip
getting testing to work
Diffstat (limited to 'src/testing/test_testing.c')
-rw-r--r--src/testing/test_testing.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/testing/test_testing.c b/src/testing/test_testing.c
index 886427402..f56ebe2c0 100644
--- a/src/testing/test_testing.c
+++ b/src/testing/test_testing.c
@@ -24,7 +24,7 @@
24#include "platform.h" 24#include "platform.h"
25#include "gnunet_testing_lib.h" 25#include "gnunet_testing_lib.h"
26 26
27#define VERBOSE GNUNET_YES 27#define VERBOSE GNUNET_NO
28 28
29static int ok; 29static int ok;
30 30
@@ -48,7 +48,8 @@ static void my_cb(void *cls,
48 GNUNET_assert (id != NULL); 48 GNUNET_assert (id != NULL);
49#if VERBOSE 49#if VERBOSE
50 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 50 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
51 "Daemon started, will now stop it.\n"); 51 "Daemon `%s' started, will now stop it.\n",
52 GNUNET_i2s (id));
52#endif 53#endif
53 GNUNET_TESTING_daemon_stop (d, &end_cb, NULL); 54 GNUNET_TESTING_daemon_stop (d, &end_cb, NULL);
54} 55}