Skip to content

Commit c787fe1

Browse files
committed
Enable running pos tests in partest
As junit tests are run with dotty-compiled-by-scalac, it makes sense to execute run tests with dotty-compiled-by-dotty.
1 parent 45a9074 commit c787fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/jobs/validate/partest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ baseDir=${WORKSPACE-`pwd`}
44
scriptsDir="$baseDir/scripts"
55
. $scriptsDir/common
66

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

0 commit comments

Comments
 (0)