8189213: [TESTBUG] Running jtreg tests on machine without docker shows extra message
Removed the message from VMProps.java Reviewed-by: dholmes
This commit is contained in:
parent
a68609ede5
commit
229c048a08
@ -347,7 +347,6 @@ public class VMProps implements Callable<Map<String, String>> {
|
||||
isSupported = checkDockerSupport();
|
||||
} catch (Exception e) {
|
||||
isSupported = false;
|
||||
System.err.println("dockerSupport() threw exception: " + e);
|
||||
}
|
||||
|
||||
return (isSupported) ? "true" : "false";
|
||||
|
Loading…
x
Reference in New Issue
Block a user