Skip to content

Commit

Permalink
Disable script tests, should be done by nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmulder authored and smarter committed Nov 22, 2016
1 parent 799bd1a commit fee0b0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fee0b0e

Please sign in to comment.