You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2020/11/03 13:30:01 UTC

[GitHub] [iotdb] qiaojialin commented on a change in pull request #1908: [IOTDB-973] fix bug when start-cli with -e parameter

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:
users@infra.apache.org