Github user sohami commented on a diff in the pull request:

    https://github.com/apache/drill/pull/753#discussion_r102369640
  
    --- Diff: common/src/test/java/org/apache/drill/test/DrillTest.java ---
    @@ -69,6 +71,25 @@
     
       @Rule public TestName TEST_NAME = new TestName();
     
    +  /**
    +   * Option to cause tests to produce verbose output. Many tests provide
    +   * detailed information to stdout when enabled. To enable:
    +   * <p>
    +   * <tt>java ... -Dtest.verbose=true ...</tt>
    +   */
    +  public static final String VERBOSE_OUTPUT = "test.verbose";
    +
    +  protected static final boolean verbose = 
Boolean.parseBoolean(System.getProperty(VERBOSE_OUTPUT));
    +
    +  /**
    +   * Output destination for verbose tset output. Rather than using
    --- End diff --
    
    typo `test`


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to