aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-04-03 13:46:00 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-04-03 13:46:00 +0000
commit68abbca95b880082f37a21f244e87503f6dacc06 (patch)
tree7e4dda279da2db13bdb5b9822928a3258903dc83 /src/integration-tests
parente6015b6c65547c353a9c4d73a56e3869592bd502 (diff)
downloadgnunet-68abbca95b880082f37a21f244e87503f6dacc06.tar.gz
gnunet-68abbca95b880082f37a21f244e87503f6dacc06.zip
- do no run the test_integration_connection_value.py
Diffstat (limited to 'src/integration-tests')
-rw-r--r--src/integration-tests/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/integration-tests/Makefile.am b/src/integration-tests/Makefile.am
index 5bf86efb9..81dcbcb11 100644
--- a/src/integration-tests/Makefile.am
+++ b/src/integration-tests/Makefile.am
@@ -15,7 +15,8 @@ check_PROGRAMS =
15 15
16noinst_SCRIPTS = \ 16noinst_SCRIPTS = \
17 gnunet_testing.py \ 17 gnunet_testing.py \
18 gnunet_pyexpect.py 18 gnunet_pyexpect.py \
19 test_integration_connection_value.py
19 20
20if HAVE_PYTHON_PEXPECT 21if HAVE_PYTHON_PEXPECT
21check_SCRIPTS = \ 22check_SCRIPTS = \
@@ -24,8 +25,7 @@ check_SCRIPTS = \
24 test_integration_bootstrap_and_connect_and_disconnect_nat.py \ 25 test_integration_bootstrap_and_connect_and_disconnect_nat.py \
25 test_integration_restart.py \ 26 test_integration_restart.py \
26 test_integration_clique.py \ 27 test_integration_clique.py \
27 test_integration_clique_nat.py \ 28 test_integration_clique_nat.py
28 test_integration_connection_value.py
29endif 29endif
30# test_integration_disconnect.py 30# test_integration_disconnect.py
31 31
@@ -90,6 +90,7 @@ test_integration_connection_value.py: test_integration_connection_value.py.in Ma
90EXTRA_DIST = \ 90EXTRA_DIST = \
91 gnunet_testing.py.in \ 91 gnunet_testing.py.in \
92 gnunet_pyexpect.py.in \ 92 gnunet_pyexpect.py.in \
93 test_integration_connection_value.py.in \
93 test_integration_bootstrap_and_connect.py.in \ 94 test_integration_bootstrap_and_connect.py.in \
94 test_integration_bootstrap_and_connect_and_disconnect.py.in \ 95 test_integration_bootstrap_and_connect_and_disconnect.py.in \
95 test_integration_bootstrap_and_connect_and_disconnect_nat.py.in \ 96 test_integration_bootstrap_and_connect_and_disconnect_nat.py.in \