including integration tests in checks
authorMatthias Wachs <wachs@net.in.tum.de>
Mon, 12 Dec 2011 12:05:39 +0000 (12:05 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Mon, 12 Dec 2011 12:05:39 +0000 (12:05 +0000)
src/Makefile.am
src/integration-tests/test_integration_clique.py.in

index d87eba5ac2c9773941323a2b65fbcb49b6a00b8d..eb4049285d9150cda1e4e8e5dd03721347a401c3 100644 (file)
@@ -31,4 +31,5 @@ SUBDIRS = \
   fs \
   mesh \
   vpn \
+  integration-tests \
   $(EXP_DIR) 
index a2008742c224069773aeb4e754f3c2796d0a54a5..20dcb6034b1cd6dc70de1c50d077e09228de9b5a 100755 (executable)
@@ -297,7 +297,7 @@ def check_disconnect_client ():
                (True == client_fs_disconnected)):
                        disconnected = True
                        break 
-               print '.'
+               print '.',
                time.sleep(1)
                count += 1
        if (disconnected == False):