aboutsummaryrefslogtreecommitdiff
path: root/src/nse/nse_profiler_test.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-09 10:30:21 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-09 10:30:21 +0000
commit7b29d40b75fd60ce5e0b86694499627dc9c63022 (patch)
treeb33914ae90ad85884f34f44d7fc0483f85661cf5 /src/nse/nse_profiler_test.conf
parentd0a9f269aa6575253b1c284d594a467e6fdeb7c7 (diff)
downloadgnunet-7b29d40b75fd60ce5e0b86694499627dc9c63022.tar.gz
gnunet-7b29d40b75fd60ce5e0b86694499627dc9c63022.zip
last XDG change: use GNUNET_RUNTIME_DIR instead of /tmp for UNIXPATHs by default
Diffstat (limited to 'src/nse/nse_profiler_test.conf')
-rw-r--r--src/nse/nse_profiler_test.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nse/nse_profiler_test.conf b/src/nse/nse_profiler_test.conf
index 134fe64c4..2a06d3bc0 100644
--- a/src/nse/nse_profiler_test.conf
+++ b/src/nse/nse_profiler_test.conf
@@ -13,7 +13,7 @@ OPERATION_TIMEOUT = 45 s
13 13
14[nse] 14[nse]
15PORT = 12114 15PORT = 12114
16UNIXPATH = /tmp/test-nse-service-nse.unix 16UNIXPATH = $GNUNET_RUNTIME_DIR/test-nse-service-nse.unix
17BINARY = gnunet-service-nse 17BINARY = gnunet-service-nse
18#BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/nse/.libs/gnunet-service-nse 18#BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/nse/.libs/gnunet-service-nse
19#PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p 19#PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p
@@ -27,7 +27,7 @@ PROOFFILE = $GNUNET_TEST_HOME/nse.proof
27 27
28[arm] 28[arm]
29DEFAULTSERVICES = core nse 29DEFAULTSERVICES = core nse
30UNIXPATH = /tmp/test-nse-service-arm.unix 30UNIXPATH = $GNUNET_RUNTIME_DIR/test-nse-service-arm.unix
31 31
32[statistics] 32[statistics]
33AUTOSTART = YES 33AUTOSTART = YES