From bae4adf27097b3e09c2a32c572e556274699a9b1 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 12 Dec 2011 12:05:39 +0000 Subject: [PATCH] including integration tests in checks --- src/Makefile.am | 1 + src/integration-tests/test_integration_clique.py.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index d87eba5ac..eb4049285 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -31,4 +31,5 @@ SUBDIRS = \ fs \ mesh \ vpn \ + integration-tests \ $(EXP_DIR) diff --git a/src/integration-tests/test_integration_clique.py.in b/src/integration-tests/test_integration_clique.py.in index a2008742c..20dcb6034 100755 --- a/src/integration-tests/test_integration_clique.py.in +++ b/src/integration-tests/test_integration_clique.py.in @@ -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): -- 2.25.1