1
0

alphabetical fixes the Continuum failure, so need to make the order configurable

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1564888 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley
2014-02-05 19:22:16 +00:00
parent 094ed4d3a3
commit 69208a61cf

View File

@@ -375,8 +375,7 @@ under the License.
<goal>verify</goal>
</goals>
<configuration>
<!-- Temporary hack to ensure test order is predictable so can compare local runs with Continuum easily -->
<runOrder>alphabetical</runOrder>
<runOrder>${failsafe.runorder}}</runOrder>
<includes>
<include>**/*TestCase.java</include>
</includes>
@@ -532,6 +531,8 @@ under the License.
<commons.rc.version>RC2</commons.rc.version>
<commons.surefire.version>2.12</commons.surefire.version>
<skipSurefireReport>true</skipSurefireReport>
<!-- Allow default test run order to be changed -->
<failsafe.runorder>filesystem</failsafe.runorder>
<commons.osgi.import>
javax.servlet;version="[2.1.0, 3.0.0)";resolution:=optional,