gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r32216 - gnunet/src/peerinfo-tool
Date: Tue, 4 Feb 2014 17:35:19 +0100

Author: LRN
Date: 2014-02-04 17:35:19 +0100 (Tue, 04 Feb 2014)
New Revision: 32216

Modified:
   gnunet/src/peerinfo-tool/test_gnunet_peerinfo.py.in
Log:
Update peerinfo tool test after r32025 changed the output

Modified: gnunet/src/peerinfo-tool/test_gnunet_peerinfo.py.in
===================================================================
--- gnunet/src/peerinfo-tool/test_gnunet_peerinfo.py.in 2014-02-04 16:33:44 UTC 
(rev 32215)
+++ gnunet/src/peerinfo-tool/test_gnunet_peerinfo.py.in 2014-02-04 16:35:19 UTC 
(rev 32216)
@@ -43,7 +43,7 @@
 
 pinfo = pexpect ()
 pinfo.spawn (None, [peerinfo, '-i', '-c', 'test_gnunet_peerinfo_data.conf', 
'-L', 'ERROR'], stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
-pinfo.expect ("stdout", re.compile (r'Error in communication with PEERINFO 
service: Timeout transmitting iteration request to `PEERINFO\' service.\r?\n'))
+pinfo.expect ("stdout", re.compile (r'Service `peerinfo\' is not running, 
please start GNUnet\r?\n'))
 pinfo.expect ("stdout", "EOF")
 
 




reply via email to

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