Skip to content

Commit 26f558c

Browse files
committed
Do not run pos tests on partest.
No need to run them twice.
1 parent 718bffe commit 26f558c

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 run"
7+
sbt $sbtArgs update compile "partest-only run"
88

0 commit comments

Comments
 (0)