8189213: [TESTBUG] Running jtreg tests on machine without docker shows extra message
authormseledtsov
Wed, 08 Nov 2017 20:15:56 -0800
changeset 47814 19fad4c04a15
parent 47813 fedbf1b866a7
child 47815 87f114c6a99f
8189213: [TESTBUG] Running jtreg tests on machine without docker shows extra message Summary: Removed the message from VMProps.java Reviewed-by: dholmes
test/jtreg-ext/requires/VMProps.java
--- a/test/jtreg-ext/requires/VMProps.java	Wed Nov 08 16:03:35 2017 -0500
+++ b/test/jtreg-ext/requires/VMProps.java	Wed Nov 08 20:15:56 2017 -0800
@@ -347,7 +347,6 @@
             isSupported = checkDockerSupport();
         } catch (Exception e) {
             isSupported = false;
-            System.err.println("dockerSupport() threw exception: " + e);
         }
 
         return (isSupported) ? "true" : "false";