From cc56d3d977eab5fa88f0a1b0ced5bd4f99accae9 Mon Sep 17 00:00:00 2001 From: Guillaume Martres Date: Mon, 14 Nov 2016 17:52:32 +0100 Subject: Fix partest commands --- project/Build.scala | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'project') diff --git a/project/Build.scala b/project/Build.scala index e08780613..0f8594556 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -90,25 +90,25 @@ object DottyBuild extends Build { "partest", ";packageAll" + ";dotty-compiler/test:runMain dotc.build" + - ";lockPartestFile" + + ";dotty-compiler/lockPartestFile" + ";dotty-compiler/test:test" + - ";runPartestRunner" + + ";dotty-compiler/runPartestRunner" + ";bin/test" // script tests need to run after the unit tests ) ++ addCommandAlias( "partest-only", ";packageAll" + ";dotty-compiler/test:runMain dotc.build" + - ";lockPartestFile" + + ";dotty-compiler/lockPartestFile" + ";dotty-compiler/test:test-only dotc.tests" + - ";runPartestRunner" + ";dotty-compiler/runPartestRunner" ) ++ addCommandAlias( "partest-only-no-bootstrap", ";packageAll" + - ";lockPartestFile" + + ";dotty-compiler/lockPartestFile" + ";dotty-compiler/test:test-only dotc.tests" + - ";runPartestRunner" + ";dotty-compiler/runPartestRunner" ) ). settings(publishing) -- cgit v1.2.3