From fee0b0e77d98191a26b01489bb9446e659569d1b Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Mon, 21 Nov 2016 17:39:04 +0100 Subject: Disable script tests, should be done by nightly --- project/Build.scala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'project') 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", -- cgit v1.2.3