Skip to content

Commit 2265147

Browse files
authored
Remove debugging comment
1 parent 6a61565 commit 2265147

File tree

1 file changed

+0
-1
lines changed
  • src/sbt-test/windows/test-bat-template

1 file changed

+0
-1
lines changed

src/sbt-test/windows/test-bat-template/build.sbt

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ TaskKey[Unit]("checkScript") := {
5656
val pr = new StringBuilder()
5757
val logger = ProcessLogger((o: String) => pr.append(o + "\n"), (e: String) => pr.append("error < " + e + "\n"))
5858
val cmd = Seq("cmd", "/c", script.getAbsolutePath) ++ args
59-
// val cmd = Seq("cmd", "/c", script.getAbsolutePath, "-Dtest.hoge=C:\\Program Files\\Java", "'C:\\Program Files\\Java'")
6059
val result = sys.process.Process(cmd, None, env.toSeq: _*) ! logger
6160
if (result != expectedRC) {
6261
pr.append("error code: " + result + "\n")

0 commit comments

Comments
 (0)