gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r18558 - in gnunet/src: . integration-tests


From: gnunet
Subject: [GNUnet-SVN] r18558 - in gnunet/src: . integration-tests
Date: Mon, 12 Dec 2011 13:05:39 +0100

Author: wachs
Date: 2011-12-12 13:05:39 +0100 (Mon, 12 Dec 2011)
New Revision: 18558

Modified:
   gnunet/src/Makefile.am
   gnunet/src/integration-tests/test_integration_clique.py.in
Log:
including integration tests in checks


Modified: gnunet/src/Makefile.am
===================================================================
--- gnunet/src/Makefile.am      2011-12-12 10:06:19 UTC (rev 18557)
+++ gnunet/src/Makefile.am      2011-12-12 12:05:39 UTC (rev 18558)
@@ -31,4 +31,5 @@
   fs \
   mesh \
   vpn \
+  integration-tests \
   $(EXP_DIR) 

Modified: gnunet/src/integration-tests/test_integration_clique.py.in
===================================================================
--- gnunet/src/integration-tests/test_integration_clique.py.in  2011-12-12 
10:06:19 UTC (rev 18557)
+++ gnunet/src/integration-tests/test_integration_clique.py.in  2011-12-12 
12:05:39 UTC (rev 18558)
@@ -297,7 +297,7 @@
                (True == client_fs_disconnected)):
                        disconnected = True
                        break 
-               print '.'
+               print '.',
                time.sleep(1)
                count += 1
        if (disconnected == False):




reply via email to

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