qiaojialin commented on a change in pull request #1908:
URL: https://github.com/apache/iotdb/pull/1908#discussion_r516404581



##########
File path: cli/src/test/java/org/apache/iotdb/cli/AbstractScript.java
##########
@@ -35,6 +35,7 @@ protected void testOutput(ProcessBuilder builder, String[] 
output) throws IOExce
     List<String> outputList = new ArrayList<>();
     while (true) {
       line = r.readLine();
+      System.out.println(line);

Review comment:
       remove this




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to