test/jdk/java/net/httpclient/security/Driver.java
branchhttp-client-branch
changeset 56261 a339fe1aab55
parent 56090 5c7fb702948a
child 56300 13a2ec671e62
--- a/test/jdk/java/net/httpclient/security/Driver.java	Wed Mar 07 14:20:57 2018 +0000
+++ b/test/jdk/java/net/httpclient/security/Driver.java	Wed Mar 07 14:55:53 2018 +0000
@@ -59,7 +59,7 @@
  */
 public class Driver {
     // change the default value to "true" to get the subprocess traces.
-    final static boolean DEBUG = Boolean.parseBoolean(System.getProperty("test.debug", "false"));
+    final static boolean DEBUG = Boolean.parseBoolean(System.getProperty("test.debug", "true"));
 
     public static void main(String[] args) throws Throwable {
         System.out.println("Starting Driver");