Make sure jenkins output contains logs

This commit is contained in:
Honza Král
2013-11-19 04:10:34 +01:00
parent daad6eacca
commit 5557fbff1e
+1 -1
View File
@@ -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: