mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
Allow test output to be configurable via CMD
This commit is contained in:
parent
f93efc3605
commit
e68303d6a6
3
pom.xml
3
pom.xml
@ -33,6 +33,7 @@
|
||||
<lucene.version>4.4.0</lucene.version>
|
||||
<tests.jvms>auto</tests.jvms>
|
||||
<tests.shuffle>true</tests.shuffle>
|
||||
<tests.output>onerror</tests.output>
|
||||
<es.logger.level>INFO</es.logger.level>
|
||||
</properties>
|
||||
|
||||
@ -337,7 +338,7 @@
|
||||
<report-text
|
||||
showThrowable="true"
|
||||
showStackTraces="true"
|
||||
showOutput="onerror"
|
||||
showOutput="${tests.output}"
|
||||
showStatusOk="false"
|
||||
showStatusError="true"
|
||||
showStatusFailure="true"
|
||||
|
Loading…
x
Reference in New Issue
Block a user