gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r12201 - gnunet/src/peerinfo-tool
Date: Sun, 11 Jul 2010 23:02:58 +0200

Author: grothoff
Date: 2010-07-11 23:02:58 +0200 (Sun, 11 Jul 2010)
New Revision: 12201

Modified:
   gnunet/src/peerinfo-tool/test_gnunet_peerinfo.py.in
Log:
fix

Modified: gnunet/src/peerinfo-tool/test_gnunet_peerinfo.py.in
===================================================================
--- gnunet/src/peerinfo-tool/test_gnunet_peerinfo.py.in 2010-07-11 12:48:34 UTC 
(rev 12200)
+++ gnunet/src/peerinfo-tool/test_gnunet_peerinfo.py.in 2010-07-11 21:02:58 UTC 
(rev 12201)
@@ -24,7 +24,7 @@
 import re
 
 pinfo = pexpect.spawn ('gnunet-peerinfo -c test_gnunet_peerinfo_data.conf')
-pinfo.expect  ('Timeout trying to interact with PEERINFO service\r')
+pinfo.expect  ('Error in communication with PEERINFO service\r')
 pinfo.expect (pexpect.EOF);
 os.system ('rm -rf /tmp/gnunet-test-peerinfo/')
 os.system ('gnunet-arm -sq -c test_gnunet_peerinfo_data.conf')




reply via email to

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