aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-12-12 12:05:39 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-12-12 12:05:39 +0000
commitbae4adf27097b3e09c2a32c572e556274699a9b1 (patch)
tree638a6e351461ad340d85b7258e4c1561f55d41a7 /src
parenta70fbf63796b1b9c88209fd4400e6303b51d21ac (diff)
downloadgnunet-bae4adf27097b3e09c2a32c572e556274699a9b1.tar.gz
gnunet-bae4adf27097b3e09c2a32c572e556274699a9b1.zip
including integration tests in checks
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am1
-rwxr-xr-xsrc/integration-tests/test_integration_clique.py.in2
2 files changed, 2 insertions, 1 deletions
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 = \
31 fs \ 31 fs \
32 mesh \ 32 mesh \
33 vpn \ 33 vpn \
34 integration-tests \
34 $(EXP_DIR) 35 $(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 ():
297 (True == client_fs_disconnected)): 297 (True == client_fs_disconnected)):
298 disconnected = True 298 disconnected = True
299 break 299 break
300 print '.' 300 print '.',
301 time.sleep(1) 301 time.sleep(1)
302 count += 1 302 count += 1
303 if (disconnected == False): 303 if (disconnected == False):