better tmp dir name'
authorChristian Grothoff <christian@grothoff.org>
Sat, 24 Oct 2009 22:43:04 +0000 (22:43 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 24 Oct 2009 22:43:04 +0000 (22:43 +0000)
src/datastore/perf_datastore_api.c
src/datastore/perf_plugin_datastore.c
src/datastore/perf_plugin_datastore_data.conf

index e454e69f077be38968b2f03aaa17570f5a37cb5d..084234b17f3a1f2dcefdf5c7b4bfeeb73efd3235 100644 (file)
@@ -383,7 +383,7 @@ main (int argc, char *argv[])
 {
   int ret;
 
-  GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-datastore");
+  GNUNET_DISK_directory_remove ("/tmp/perf-gnunet-datastore");
   GNUNET_log_setup ("perf-datastore-api",
 #if VERBOSE
                    "DEBUG",
@@ -395,7 +395,7 @@ main (int argc, char *argv[])
 #if REPORT_ID
   fprintf (stderr, "\n");
 #endif
-  GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-datastore");
+  GNUNET_DISK_directory_remove ("/tmp/perf-gnunet-datastore");
   return ret;
 }
 
index 9d2b1cc6c44785e51c7310e3d7c790681abbf9b2..b7bc9db31893f9834274edd34892d62527fe6a83 100644 (file)
@@ -400,7 +400,7 @@ main (int argc, char *argv[])
 {
   int ret;
 
-  GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-datastore");
+  GNUNET_DISK_directory_remove ("/tmp/perf-gnunet-datastore");
   GNUNET_log_setup ("perf-plugin-datastore",
 #if VERBOSE
                     "DEBUG",
@@ -409,7 +409,7 @@ main (int argc, char *argv[])
 #endif
                     NULL);
   ret = check ();
-  GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-datastore");
+  GNUNET_DISK_directory_remove ("/tmp/perf-gnunet-datastore");
 
   return ret;
 }
index 849c322c9c8384b2e33fe26f52889b58df3099d8..a573e8e541e7d669af8bf8a9e2615d2eb53c875a 100644 (file)
@@ -1,5 +1,5 @@
 [PATHS]
-SERVICEHOME = /tmp/test-gnunetd-datastore/
+SERVICEHOME = /tmp/perf-gnunet-datastore/
 
 [datastore]
 PORT = 22654