提交 367e430e 编写于 作者: Z zentol

[FLINK-7792] [tests][client] Only suppress stdout for CLI tests

This closes #4792.
上级 427dfe42
......@@ -66,7 +66,6 @@ public class CliFrontendTestUtils {
public static void pipeSystemOutToNull() {
System.setOut(new PrintStream(new BlackholeOutputSteam()));
System.setErr(new PrintStream(new BlackholeOutputSteam()));
}
private static final class BlackholeOutputSteam extends java.io.OutputStream {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册