Skip to content

Commit 6b51473

Browse files
committed
Run Scalatest test in community build
Now the upstream scalatest project 3.1.x has basic support for Dotty, which means it can run its own test set bootstrapped.
1 parent 3895052 commit 6b51473

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Submodule scalatest updated 670 files

community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class CommunityBuildTest {
105105

106106
@Test def scalatest = test(
107107
project = "scalatest",
108-
testCommand = "scalatest/compile",
108+
testCommand = ";scalacticDotty/clean;scalacticTestDotty/test;scalatestTestDotty/test",
109109
updateCommand = "scalatest/update"
110110
)
111111

0 commit comments

Comments
 (0)