aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2016-11-21 17:39:04 +0100
committerGuillaume Martres <smarter@ubuntu.com>2016-11-22 01:35:08 +0100
commitfee0b0e77d98191a26b01489bb9446e659569d1b (patch)
tree083dc5580f75813463d6a5694de30df97320b757 /project
parent799bd1a5039ee6250bdc48c7ff85797d699307ad (diff)
downloaddotty-fee0b0e77d98191a26b01489bb9446e659569d1b.tar.gz
dotty-fee0b0e77d98191a26b01489bb9446e659569d1b.tar.bz2
dotty-fee0b0e77d98191a26b01489bb9446e659569d1b.zip
Disable script tests, should be done by nightly
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",