aboutsummaryrefslogtreecommitdiff
path: root/scripts/jobs/validate/junit
diff options
context:
space:
mode:
authorDmitry Petrashko <dmitry.petrashko@gmail.com>2015-05-21 17:01:43 +0200
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2015-05-21 17:01:43 +0200
commitccbbe261b7ba2d41b01ca1df1d4655e07086b088 (patch)
treeba6c2c4bd9283dd056b9c988e49569800c19d4ae /scripts/jobs/validate/junit
parent4bac1a5fe9fcb0e0154c670fe766b3ea0faee814 (diff)
downloaddotty-ccbbe261b7ba2d41b01ca1df1d4655e07086b088.tar.gz
dotty-ccbbe261b7ba2d41b01ca1df1d4655e07086b088.tar.bz2
dotty-ccbbe261b7ba2d41b01ca1df1d4655e07086b088.zip
Clone scala/scala to ./scala-scala instead of ./scala
Otherwise Intellij stops running JUnit tests correctly. No idea why.
Diffstat (limited to 'scripts/jobs/validate/junit')
-rwxr-xr-xscripts/jobs/validate/junit2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/jobs/validate/junit b/scripts/jobs/validate/junit
index 9748c3f5f..36078c170 100755
--- a/scripts/jobs/validate/junit
+++ b/scripts/jobs/validate/junit
@@ -4,5 +4,5 @@ baseDir=${WORKSPACE-`pwd`}
scriptsDir="$baseDir/scripts"
. $scriptsDir/common
-update scala scala
+update scala scala scala-scala
sbt $sbtArgs update compile test