On 29/05/2019 17:27, Arthur Eubanks wrote:
:
Moved NetworkConfiguration.printSystemConfiguration() to the
beginning, removed counting and printing the number of
interfaces/throwing SkippedException.
new webrev: http://cr.openjdk.java.net/~aeubanks/8224645/webrev.02/
This looks okay to me, the only thing is that the NetworkConfiguration
is sent to System.err whereas the test proper sends its output to
System.out. Can you check the .jtr file to see how it looks? I suspect
it may be easier to read if you send the network configuration to
System.out.
-Alan