mirror of https://github.com/sbt/sbt.git
Comment out sbt --client test
This commit is contained in:
parent
86f9061fae
commit
0939c1c78e
|
|
@ -70,6 +70,7 @@ object SbtRunnerTest extends SimpleTestSuite with PowerAssertions {
|
|||
()
|
||||
}
|
||||
|
||||
/*
|
||||
test("sbt --client") {
|
||||
val out = sbtProcess("--client", "--no-colors", "compile").!!.linesIterator.toList
|
||||
if (isWindows) {
|
||||
|
|
@ -85,4 +86,5 @@ object SbtRunnerTest extends SimpleTestSuite with PowerAssertions {
|
|||
}
|
||||
()
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue