aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-02 20:06:45 +0000
committerChristian Grothoff <christian@grothoff.org>2015-06-02 20:06:45 +0000
commit454af43716f605bbf0415f9cbeb6323c788ff6b2 (patch)
treeacbb028468984fe3d79666089bd648c2e373d82c /src/peerinfo-tool
parentedb4ddf051d91a2169d46f07b1bfea6df4d216bb (diff)
downloadgnunet-454af43716f605bbf0415f9cbeb6323c788ff6b2.tar.gz
gnunet-454af43716f605bbf0415f9cbeb6323c788ff6b2.zip
-run gnunet-testing with proper -c flag
Diffstat (limited to 'src/peerinfo-tool')
-rwxr-xr-xsrc/peerinfo-tool/test_gnunet_peerinfo.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo-tool/test_gnunet_peerinfo.py.in b/src/peerinfo-tool/test_gnunet_peerinfo.py.in
index 2ec815425..e3289ac95 100755
--- a/src/peerinfo-tool/test_gnunet_peerinfo.py.in
+++ b/src/peerinfo-tool/test_gnunet_peerinfo.py.in
@@ -53,7 +53,7 @@ else:
53 shutil.rmtree ("/tmp/gnunet-test-peerinfo", True) 53 shutil.rmtree ("/tmp/gnunet-test-peerinfo", True)
54 54
55# create hostkey via testing lib 55# create hostkey via testing lib
56hkk = subprocess.Popen ([gnunettesting, '-n 1', '-k', '/tmp/gnunet-test-peerinfo/.hostkey']) 56hkk = subprocess.Popen ([gnunettesting, '-n', '1', '-c', 'test_gnunet_peerinfo_data.conf', '-k', '/tmp/gnunet-test-peerinfo/.hostkey'])
57hkk.communicate () 57hkk.communicate ()
58 58
59arm = subprocess.Popen ([gnunetarm, '-sq', '-c', 'test_gnunet_peerinfo_data.conf']) 59arm = subprocess.Popen ([gnunetarm, '-sq', '-c', 'test_gnunet_peerinfo_data.conf'])