Make sure jenkins output contains logs
This commit is contained in:
@@ -11,7 +11,7 @@ def run_all(argv=None):
|
|||||||
argv = [
|
argv = [
|
||||||
'nosetests', '--with-xunit',
|
'nosetests', '--with-xunit',
|
||||||
'--with-xcoverage', '--cover-package=elasticsearch', '--cover-erase',
|
'--with-xcoverage', '--cover-package=elasticsearch', '--cover-erase',
|
||||||
'--nocapture', '--nologcapture',
|
'--logging-filter=elasticsearch', '--logging-level=DEBUG',
|
||||||
'--verbose',
|
'--verbose',
|
||||||
]
|
]
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user