aboutsummaryrefslogtreecommitdiff
path: root/src/rps/test_rps.conf
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2016-08-27 14:58:30 +0000
committerJulius Bünger <buenger@mytum.de>2016-08-27 14:58:30 +0000
commitc98144d6b8d6519b7fffd817d940e59d88d88329 (patch)
tree0e85ec238da8622eaea2374bf1b986393be539ed /src/rps/test_rps.conf
parentca9a09fa7419882c6257ab5b6fa7cfc66bf6540d (diff)
downloadgnunet-c98144d6b8d6519b7fffd817d940e59d88d88329.tar.gz
gnunet-c98144d6b8d6519b7fffd817d940e59d88d88329.zip
-rps test: fix directory specification
Diffstat (limited to 'src/rps/test_rps.conf')
-rw-r--r--src/rps/test_rps.conf5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/rps/test_rps.conf b/src/rps/test_rps.conf
index fdca2a8ed..7da91ccf0 100644
--- a/src/rps/test_rps.conf
+++ b/src/rps/test_rps.conf
@@ -1,6 +1,3 @@
1[PATHS]
2GNUNET_TEST_HOME = /tmp/rps-test/
3
4[rps] 1[rps]
5#PREFIX = valgrind --leak-check=full --show-leak-kinds=all --log-file=/tmp/rps/valgrind!gnunet-service-rps!%p 2#PREFIX = valgrind --leak-check=full --show-leak-kinds=all --log-file=/tmp/rps/valgrind!gnunet-service-rps!%p
6#BINARY = gnunet-service-rps 3#BINARY = gnunet-service-rps
@@ -15,7 +12,7 @@ NOARMBIND = YES
15 12
16# This is the timeinterval between the rounds 13# This is the timeinterval between the rounds
17ROUNDINTERVAL = 2 s 14ROUNDINTERVAL = 2 s
18FILENAME_VALID_PEERS = $GNUNET_TEST_HOME/rps/valid_peers.txt 15FILENAME_VALID_PEERS = $GNUNET_DATA_HOME/rps/valid_peers.txt
19 16
20# This is the 'estimate' in the beginning. 17# This is the 'estimate' in the beginning.
21# This determines the size of the peers we keep in memory 18# This determines the size of the peers we keep in memory