aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_group.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-03-29 17:05:32 +0000
committerNathan S. Evans <evans@in.tum.de>2010-03-29 17:05:32 +0000
commit481d9421fcb761679daea807e94dd147d35ea7a0 (patch)
treedcee1a4765c7949275a5aa9583ab36c7e5f5a15c /src/testing/test_testing_group.c
parent5de8404e22d2c8854684058beab7afcd71ec63fb (diff)
downloadgnunet-481d9421fcb761679daea807e94dd147d35ea7a0.tar.gz
gnunet-481d9421fcb761679daea807e94dd147d35ea7a0.zip
remove debugging from testcases, testing now used gnunet-arm to run and stop gnunet, removes configs and directories by default. remote still needs tested
Diffstat (limited to 'src/testing/test_testing_group.c')
-rw-r--r--src/testing/test_testing_group.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/testing/test_testing_group.c b/src/testing/test_testing_group.c
index 2b6df732e..1f21b64f4 100644
--- a/src/testing/test_testing_group.c
+++ b/src/testing/test_testing_group.c
@@ -109,7 +109,13 @@ main (int argc, char *argv[])
109#endif 109#endif
110 NULL); 110 NULL);
111 ret = check (); 111 ret = check ();
112 sleep (1); 112 /**
113 * Still need to remove the base testing directory here,
114 * because group starts will create subdirectories under this
115 * main dir. However, we no longer need to sleep, as the
116 * shutdown sequence won't return until everything is cleaned
117 * up.
118 */
113 GNUNET_DISK_directory_remove ("/tmp/test-gnunet-testing"); 119 GNUNET_DISK_directory_remove ("/tmp/test-gnunet-testing");
114 return ret; 120 return ret;
115} 121}