Skip to content

Commit

Permalink
Run Scalatest test in community build
Browse files Browse the repository at this point in the history
Now the upstream scalatest project 3.1.x has basic
support for Dotty, which means it can run its own
test set bootstrapped.
  • Loading branch information
liufengyun committed May 3, 2019
1 parent 3895052 commit 6b51473
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion community-build/community-projects/scalatest
Submodule scalatest updated 670 files
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class CommunityBuildTest {

@Test def scalatest = test(
project = "scalatest",
testCommand = "scalatest/compile",
testCommand = ";scalacticDotty/clean;scalacticTestDotty/test;scalatestTestDotty/test",
updateCommand = "scalatest/update"
)

Expand Down

0 comments on commit 6b51473

Please sign in to comment.