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