-run gnunet-testing with proper -c flag
authorChristian Grothoff <christian@grothoff.org>
Tue, 2 Jun 2015 20:06:45 +0000 (20:06 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 2 Jun 2015 20:06:45 +0000 (20:06 +0000)
src/peerinfo-tool/test_gnunet_peerinfo.py.in

index 2ec8154254b100263021a9b620a45cd676b5eb53..e3289ac9570c50279b016dd2ae491951ef4fabda 100755 (executable)
@@ -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'])