< prev index next >

test/lib/jdk/test/lib/process/OutputAnalyzer.java

Print this page

        

*** 372,382 **** * - standard input produced by the process under test * - standard output * - exit code * Note: the command line is printed by the ProcessTools */ ! private void reportDiagnosticSummary() { String msg = " stdout: [" + stdout + "];\n" + " stderr: [" + stderr + "]\n" + " exitValue = " + getExitValue() + "\n"; --- 372,382 ---- * - standard input produced by the process under test * - standard output * - exit code * Note: the command line is printed by the ProcessTools */ ! public void reportDiagnosticSummary() { String msg = " stdout: [" + stdout + "];\n" + " stderr: [" + stderr + "]\n" + " exitValue = " + getExitValue() + "\n";
< prev index next >