aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-05-06 19:00:22 +0000
committerNils Gillmann <ng0@n0.is>2018-05-06 19:00:22 +0000
commit9fbda6db66bf8dc074de6c8792f369801e4e5999 (patch)
tree75185b338ec67cfce7c355970b2114d7a6ba86e5 /src/nse
parent5f627ce1a78f662d928fa6c73a90342d8bff5cf3 (diff)
downloadgnunet-9fbda6db66bf8dc074de6c8792f369801e4e5999.tar.gz
gnunet-9fbda6db66bf8dc074de6c8792f369801e4e5999.zip
Switch to $GNUNET_TMP in all configuration files.
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'src/nse')
-rw-r--r--src/nse/nse_infiniband.conf2
-rw-r--r--src/nse/nse_profiler_test.conf2
-rw-r--r--src/nse/test_nse.conf2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/nse/nse_infiniband.conf b/src/nse/nse_infiniband.conf
index 8e98b18c3..9904ca711 100644
--- a/src/nse/nse_infiniband.conf
+++ b/src/nse/nse_infiniband.conf
@@ -1,5 +1,5 @@
1[PATHS] 1[PATHS]
2GNUNET_TEST_HOME = /tmp/nse-profiler/ 2GNUNET_TEST_HOME = $GNUNET_TMP/nse-profiler/
3 3
4[testbed] 4[testbed]
5AUTOSTART = NO 5AUTOSTART = NO
diff --git a/src/nse/nse_profiler_test.conf b/src/nse/nse_profiler_test.conf
index b118132d1..ad5da536b 100644
--- a/src/nse/nse_profiler_test.conf
+++ b/src/nse/nse_profiler_test.conf
@@ -1,5 +1,5 @@
1[PATHS] 1[PATHS]
2GNUNET_TEST_HOME = /tmp/nse-profiler/ 2GNUNET_TEST_HOME = $GNUNET_TMP/nse-profiler/
3 3
4[testbed] 4[testbed]
5AUTOSTART = NO 5AUTOSTART = NO
diff --git a/src/nse/test_nse.conf b/src/nse/test_nse.conf
index c6061f421..8331c241c 100644
--- a/src/nse/test_nse.conf
+++ b/src/nse/test_nse.conf
@@ -1,5 +1,5 @@
1[PATHS] 1[PATHS]
2GNUNET_TEST_HOME = /tmp/test-nse-multipeer/ 2GNUNET_TEST_HOME = $GNUNET_TMP/test-nse-multipeer/
3 3
4[nse] 4[nse]
5#PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p 5#PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p