Skip to content

Commit 1b808c3

Browse files
authored
Merge pull request scala#6801 from dwijnand/cleanup/build/tests2
Drop testPosPres and testRun
2 parents 211bc44 + bbb91c2 commit 1b808c3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build.sbt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -805,10 +805,6 @@ lazy val root: Project = (project in file("."))
805805
state
806806
},
807807

808-
testRun := partestOnly("run").value,
809-
testPosPres := partestOnly("pos presentation").value,
810-
811-
// all of testRun, testPosPres and more
812808
testAll := {
813809
val results = ScriptCommands.sequence[(Result[Unit], String)](List(
814810
(Keys.test in Test in junit).result map (_ -> "junit/test"),
@@ -943,9 +939,6 @@ lazy val mkQuick = taskKey[File]("Generate a full build, including scripts, in b
943939
lazy val mkPack = taskKey[File]("Generate a full build, including scripts, in build/pack")
944940
lazy val testAll = taskKey[Unit]("Run all test tasks sequentially")
945941

946-
lazy val testRun = taskKey[Unit]("Run compute intensive test tasks sequentially")
947-
lazy val testPosPres = taskKey[Unit]("Run compilation test (pos + presentation) sequentially")
948-
949942
// Defining these settings is somewhat redundant as we also redefine settings that depend on them.
950943
// However, IntelliJ's project import works better when these are set correctly.
951944
def clearSourceAndResourceDirectories = Seq(Compile, Test).flatMap(config => inConfig(config)(Seq(

0 commit comments

Comments
 (0)