Skip to content

Commit

Permalink
Enable running pos tests in partest
Browse files Browse the repository at this point in the history
As junit tests are run with dotty-compiled-by-scalac,
it makes sense to execute run tests with dotty-compiled-by-dotty.
  • Loading branch information
DarkDimius committed Oct 23, 2015
1 parent 45a9074 commit c787fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jobs/validate/partest
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ baseDir=${WORKSPACE-`pwd`}
scriptsDir="$baseDir/scripts"
. $scriptsDir/common

sbt $sbtArgs update compile "partest-only run --show-diff --verbose"
sbt $sbtArgs update compile "partest-only --show-diff --verbose"

0 comments on commit c787fe1

Please sign in to comment.