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 = {
|
def runBatchTests = {
|
||||||
groupedTests.map {
|
groupedTests.map {
|
||||||
case ((group, name), originalDir) =>
|
case ((group, name), originalDir) =>
|
||||||
val label = s"$group / $name"
|
val label = s"$group/$name"
|
||||||
println(s"Running $label")
|
println(s"Running $label")
|
||||||
// Copy test's contents and reload the sbt instance to pick them up
|
// Copy test's contents and reload the sbt instance to pick them up
|
||||||
IO.copyDirectory(originalDir, tempTestDir)
|
IO.copyDirectory(originalDir, tempTestDir)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue