Skip to content

Commit 4800292

Browse files
committed
[WIP] Run the sbt scripted tests with scriptedBatchExecution
1 parent e1a8ebf commit 4800292

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.drone.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ pipeline:
4343
commands:
4444
- cp -R . /tmp/4/ && cd /tmp/4/
4545
- ./project/scripts/sbt sbt-dotty/scripted
46-
when:
47-
# sbt scripted tests are slow and only run on nightly or deployment
48-
event: [ tag, deployment ]
46+
# when:
47+
# # sbt scripted tests are slow and only run on nightly or deployment
48+
# event: [ tag, deployment ]
4949

5050
# DOCUMENTATION:
5151
documentation:

project/Build.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -944,6 +944,7 @@ object Build {
944944
unmanagedSourceDirectories in Compile +=
945945
baseDirectory.value / "../language-server/src/dotty/tools/languageserver/config",
946946
sbtTestDirectory := baseDirectory.value / "sbt-test",
947+
scriptedBatchExecution := true,
947948
scriptedLaunchOpts ++= Seq(
948949
"-Dplugin.version=" + version.value,
949950
"-Dplugin.scalaVersion=" + dottyVersion,

0 commit comments

Comments
 (0)