aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
Diffstat (limited to 'project')
-rw-r--r--project/Build.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/project/Build.scala b/project/Build.scala
index d9fd9013e..699c7ea8a 100644
--- a/project/Build.scala
+++ b/project/Build.scala
@@ -100,8 +100,7 @@ object DottyBuild extends Build {
";dotty-compiler/test:runMain dotc.build" +
";dotty-compiler/lockPartestFile" +
";dotty-compiler/test:test" +
- ";dotty-compiler/runPartestRunner" +
- ";dotty-bin-tests/test" // script tests need to run after the unit tests
+ ";dotty-compiler/runPartestRunner"
) ++
addCommandAlias(
"partest-only",