gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r13892 - gnunet/src/peerinfo-tool


From: gnunet
Subject: [GNUnet-SVN] r13892 - gnunet/src/peerinfo-tool
Date: Thu, 9 Dec 2010 11:53:52 +0100

Author: nevans
Date: 2010-12-09 11:53:52 +0100 (Thu, 09 Dec 2010)
New Revision: 13892

Modified:
   gnunet/src/peerinfo-tool/test_gnunet_peerinfo.py.in
Log:
some machines report their hostnameinstead of localhost

Modified: gnunet/src/peerinfo-tool/test_gnunet_peerinfo.py.in
===================================================================
--- gnunet/src/peerinfo-tool/test_gnunet_peerinfo.py.in 2010-12-08 13:25:09 UTC 
(rev 13891)
+++ gnunet/src/peerinfo-tool/test_gnunet_peerinfo.py.in 2010-12-09 10:53:52 UTC 
(rev 13892)
@@ -47,12 +47,12 @@
   os.system ('sleep 1')
   pinfo = pexpect.spawn ('gnunet-peerinfo -c test_gnunet_peerinfo_data.conf')
   pinfo.expect (re.compile ("Peer `.*\'\r"));
-  pinfo.expect (re.compile (" *localhost:24357\r"));
+  pinfo.expect (re.compile (" *:24357\r"));
   pinfo.expect (pexpect.EOF);
 
   pinfo = pexpect.spawn ('gnunet-peerinfo -c test_gnunet_peerinfo_data.conf 
-n')
   pinfo.expect (re.compile ("Peer `.*\'\r"));
-  pinfo.expect (re.compile (" *127..*:24357\r"));
+  pinfo.expect (re.compile (" *:24357\r"));
   pinfo.expect (pexpect.EOF);
 
   pinfo = pexpect.spawn ('gnunet-peerinfo -c test_gnunet_peerinfo_data.conf 
-qs')




reply via email to

[Prev in Thread] Current Thread [Next in Thread]