Skip to content

Commit c1a6f61

Browse files
Fix CommunityBuildTest docs
1 parent 6e1bc22 commit c1a6f61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,10 +257,10 @@ class CommunityBuildTest {
257257
* This test reads the compiler version from community-build/dotty-bootstrapped.version
258258
* and expects community-build/sbt-dotty-sbt to set the compiler plugin.
259259
*
260-
* @param project The project name, should be a git submodule in community-build/
261-
* @param command The sbt command used to test the project
262-
* @param updateCommand The sbt command used to update the project
263-
* @param extraSbtArgs Extra arguments to pass to sbt
260+
* @param project The project name, should be a git submodule in community-build/
261+
* @param command The binary file of the program used to test the project – usually
262+
* a build tool like SBT or Mill
263+
* @param arguments Arguments to pass to the testing program
264264
*/
265265
def test(project: String, command: String, arguments: Seq[String]): Unit = {
266266
log(s"Building $project with dotty-bootstrapped $compilerVersion...")

0 commit comments

Comments
 (0)