From fc7e586bfc47ea6854822c49875b553069d60c98 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 8 Apr 2013 13:06:39 +0000 Subject: disable verbose --- src/integration-tests/Makefile.am | 2 +- src/integration-tests/test_integration_bootstrap_and_connect.py.in | 2 +- .../test_integration_bootstrap_and_connect_and_disconnect.py.in | 2 +- .../test_integration_bootstrap_and_connect_and_disconnect_nat.py.in | 2 +- src/integration-tests/test_integration_clique_nat.py.in | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/integration-tests/Makefile.am b/src/integration-tests/Makefile.am index 72a2fa9df..9c58596b6 100644 --- a/src/integration-tests/Makefile.am +++ b/src/integration-tests/Makefile.am @@ -143,7 +143,7 @@ EXTRA_DIST = \ hostkeys/c_bootstrap_server \ hostkeys/c_no_nat_client \ hostkeys/c_nat_client \ - hostkeys/0003-hostkey \ + hostkeys/c_nat_client_2 \ hostkeys/0004-hostkey \ hostkeys/0005-hostkey \ hostkeys/0006-hostkey \ diff --git a/src/integration-tests/test_integration_bootstrap_and_connect.py.in b/src/integration-tests/test_integration_bootstrap_and_connect.py.in index b95ed3c57..0932f3c6a 100755 --- a/src/integration-tests/test_integration_bootstrap_and_connect.py.in +++ b/src/integration-tests/test_integration_bootstrap_and_connect.py.in @@ -48,7 +48,7 @@ from gnunet_testing import * #definitions testname = "test_integration_bootstrap_and_connect" -verbose = True +verbose = False check_timeout = 180 if os.name == "nt": diff --git a/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect.py.in b/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect.py.in index 49e425932..8aa69d3f9 100755 --- a/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect.py.in +++ b/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect.py.in @@ -48,7 +48,7 @@ from gnunet_testing import * #definitions testname = "test_integration_bootstrap_and_connect" -verbose = True +verbose = False check_timeout = 180 if os.name == "nt": diff --git a/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect_nat.py.in b/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect_nat.py.in index 6fd18f5c2..5fc8cf364 100755 --- a/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect_nat.py.in +++ b/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect_nat.py.in @@ -48,7 +48,7 @@ from gnunet_testing import * #definitions testname = "test_integration_bootstrap_and_connect" -verbose = True +verbose = False check_timeout = 180 if os.name == "nt": diff --git a/src/integration-tests/test_integration_clique_nat.py.in b/src/integration-tests/test_integration_clique_nat.py.in index d890928e8..184630d10 100755 --- a/src/integration-tests/test_integration_clique_nat.py.in +++ b/src/integration-tests/test_integration_clique_nat.py.in @@ -44,7 +44,7 @@ else: #definitions testname = "test_integration_clique_nat" -verbose = True +verbose = False check_timeout = 180 -- cgit v1.2.3