diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-12-05 09:38:17 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-12-05 09:38:17 +0100 |
commit | e387beb002002a17d973ef9c09303e905c71321f (patch) | |
tree | 1a6b7a031a34a480057757ac04fe162732ca3214 /pom.xml | |
parent | ec37c1cb686793017f803e8301540d4e3568fe50 (diff) | |
download | sonarqube-e387beb002002a17d973ef9c09303e905c71321f.tar.gz sonarqube-e387beb002002a17d973ef9c09303e905c71321f.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
@@ -482,7 +482,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> |