From 454af43716f605bbf0415f9cbeb6323c788ff6b2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 2 Jun 2015 20:06:45 +0000 Subject: -run gnunet-testing with proper -c flag --- src/peerinfo-tool/test_gnunet_peerinfo.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/peerinfo-tool/test_gnunet_peerinfo.py.in') 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: shutil.rmtree ("/tmp/gnunet-test-peerinfo", True) # create hostkey via testing lib -hkk = subprocess.Popen ([gnunettesting, '-n 1', '-k', '/tmp/gnunet-test-peerinfo/.hostkey']) +hkk = subprocess.Popen ([gnunettesting, '-n', '1', '-c', 'test_gnunet_peerinfo_data.conf', '-k', '/tmp/gnunet-test-peerinfo/.hostkey']) hkk.communicate () arm = subprocess.Popen ([gnunetarm, '-sq', '-c', 'test_gnunet_peerinfo_data.conf']) -- cgit v1.2.3