aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing.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.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.c')
-rw-r--r--src/testing/test_testing.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/testing/test_testing.c b/src/testing/test_testing.c
index 15b7e10ec..4a014de66 100644
--- a/src/testing/test_testing.c
+++ b/src/testing/test_testing.c
@@ -101,8 +101,7 @@ main (int argc, char *argv[])
101#endif 101#endif
102 NULL); 102 NULL);
103 ret = check (); 103 ret = check ();
104 sleep (1); /* FIXME: make this unnecessary */ 104
105 GNUNET_DISK_directory_remove ("/tmp/test-gnunet-testing");
106 return ret; 105 return ret;
107} 106}
108 107