Fix label so it's copy-and-paste-able

This commit is contained in:
Dale Wijnand 2018-02-02 14:35:47 +00:00
parent 359a0109fd
commit 4b36bca5ec
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
1 changed files with 1 additions and 1 deletions

View File

@ -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)