diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-11-28 17:25:06 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-11-28 19:34:19 +0100 |
commit | 41e9fb68fb66b0be8f9afa90476b785ed8783620 (patch) | |
tree | 568eb83ff0fa15354dde7df99cb6bc88e6fbf0d9 /pom.xml | |
parent | 0646b637664ac6018983cf4030398c692a50db24 (diff) | |
download | sonarqube-41e9fb68fb66b0be8f9afa90476b785ed8783620.tar.gz sonarqube-41e9fb68fb66b0be8f9afa90476b785ed8783620.zip |
Re-enable random execution of tests
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -476,7 +476,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> - <!--<runOrder>random</runOrder>--> + <runOrder>random</runOrder> <redirectTestOutputToFile>true</redirectTestOutputToFile> <systemPropertyVariables> <java.io.tmpdir>${project.build.directory}</java.io.tmpdir> |