mirror of https://github.com/sbt/sbt.git
Fix label so it's copy-and-paste-able
This commit is contained in:
parent
359a0109fd
commit
4b36bca5ec
|
|
@ -316,7 +316,7 @@ final class ScriptedTests(
|
|||
def runBatchTests = {
|
||||
groupedTests.map {
|
||||
case ((group, name), originalDir) =>
|
||||
val label = s"$group / $name"
|
||||
val label = s"$group/$name"
|
||||
println(s"Running $label")
|
||||
// Copy test's contents and reload the sbt instance to pick them up
|
||||
IO.copyDirectory(originalDir, tempTestDir)
|
||||
|
|
|
|||
Loading…
Reference in New Issue