Browse Source

Allow test output to be configurable via CMD

Simon Willnauer 12 years ago
parent
commit
e68303d6a6
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pom.xml

+ 2 - 1
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"