From 6b51473572a8714f476447a9d7894778c4c9848b Mon Sep 17 00:00:00 2001 From: Liu Fengyun Date: Fri, 3 May 2019 15:43:02 +0200 Subject: [PATCH] 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. --- community-build/community-projects/scalatest | 2 +- .../test/scala/dotty/communitybuild/CommunityBuildTest.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/community-build/community-projects/scalatest b/community-build/community-projects/scalatest index 8e59b4800d4f..d0a6e95ee50d 160000 --- a/community-build/community-projects/scalatest +++ b/community-build/community-projects/scalatest @@ -1 +1 @@ -Subproject commit 8e59b4800d4fb247e78a82314afec2ea233325e8 +Subproject commit d0a6e95ee50d6a73eb62dc7c44e980009b63a1dc diff --git a/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala b/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala index badcb38d0ab7..7479e68e4f18 100644 --- a/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala +++ b/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala @@ -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" )