8189213: [TESTBUG] Running jtreg tests on machine without docker shows extra message
Summary: Removed the message from VMProps.java
Reviewed-by: dholmes
--- 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";