From ccbbe261b7ba2d41b01ca1df1d4655e07086b088 Mon Sep 17 00:00:00 2001 From: Dmitry Petrashko Date: Thu, 21 May 2015 17:01:43 +0200 Subject: Clone scala/scala to ./scala-scala instead of ./scala Otherwise Intellij stops running JUnit tests correctly. No idea why. --- scripts/jobs/validate/junit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/jobs/validate/junit') 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 -- cgit v1.2.3