Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jan 6, 2025
1 parent 382d4d6 commit a1ea4c3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class LauncherOldVersionsTests(version: String) extends UtestIntegrationTestSuit
val res = os.call(cmd = (launcherScript, "version"), cwd = workspacePath, stderr = os.Pipe)
val outText = res.out.text().trim
assert(outText == version)
os.remove.all(workspacePath / "out")
}
}
}
Expand Down

0 comments on commit a1ea4c3

Please sign in to comment.