Skip to content

Commit 1fa8e91

Browse files
committed
rebase sourcecode
1 parent 1cd41fe commit 1fa8e91

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,15 +153,15 @@ class CommunityBuildTest {
153153

154154
@Test def fastparse = test(
155155
project = "fastparse",
156-
testCommand = ";dotty-community-build/compile;dotty-community-build/test:compile",
157-
updateCommand = ";dotty-community-build/update"
156+
testCommand = "dotty-community-build/compile;dotty-community-build/test:compile",
157+
updateCommand = "dotty-community-build/update"
158158
)
159159

160160
// TODO: revert to sourcecodeJVM/test
161161
@Test def sourcecode = test(
162162
project = "sourcecode",
163-
testCommand = "sourcecodeJVM/compile",
164-
updateCommand = "sourcecodeJVM/update"
163+
testCommand = "sourcecode/compile;sourcecode/test:compile",
164+
updateCommand = "sourcecode/update"
165165
)
166166

167167
@Test def stdLib213 = test(

0 commit comments

Comments
 (0)