From 5557fbff1e6843261a902f260ef9415e1e795879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Tue, 19 Nov 2013 04:10:34 +0100 Subject: [PATCH] Make sure jenkins output contains logs --- test_elasticsearch/run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_elasticsearch/run_tests.py b/test_elasticsearch/run_tests.py index a45ca7a9..f7bb554e 100755 --- a/test_elasticsearch/run_tests.py +++ b/test_elasticsearch/run_tests.py @@ -11,7 +11,7 @@ def run_all(argv=None): argv = [ 'nosetests', '--with-xunit', '--with-xcoverage', '--cover-package=elasticsearch', '--cover-erase', - '--nocapture', '--nologcapture', + '--logging-filter=elasticsearch', '--logging-level=DEBUG', '--verbose', ] else: