summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-03-25 13:21:09 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-03-25 13:21:09 +0100
commit7dfd22dceead225939a19f75c97a0bae2bb90a14 (patch)
treeffa555928d8804d2d1f5ed349ed1769d1daa5c78
parentb2c22f3e028098ca783d8e81714aa45aa17c3318 (diff)
downloadsonarqube-7dfd22dceead225939a19f75c97a0bae2bb90a14.tar.gz
sonarqube-7dfd22dceead225939a19f75c97a0bae2bb90a14.zip
Temporarily fix JVM timezone when executing tests
Waiting for tests to not be coupled with env timezone
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 47fd2355e8d..055a984fbd3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -528,6 +528,8 @@
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<systemPropertyVariables>
<java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
+ <!-- temporary workaround. Waiting for tests to not be coupled with env timezone. -->
+ <user.timezone>GMT+1</user.timezone>
</systemPropertyVariables>
<groups>${junitGroups}</groups>
<threadCount>1</threadCount>