8153583: Make OutputAnalyzer.reportDiagnosticSummary public
Reviewed-by: brutisso, sjohanss
This commit is contained in:
parent
388236cc3d
commit
0f89b2e137
@ -378,14 +378,14 @@ public final class OutputAnalyzer {
|
|||||||
* - exit code
|
* - exit code
|
||||||
* Note: the command line is printed by the ProcessTools
|
* Note: the command line is printed by the ProcessTools
|
||||||
*/
|
*/
|
||||||
private void reportDiagnosticSummary() {
|
public void reportDiagnosticSummary() {
|
||||||
String msg =
|
String msg =
|
||||||
" stdout: [" + stdout + "];\n" +
|
" stdout: [" + stdout + "];\n" +
|
||||||
" stderr: [" + stderr + "]\n" +
|
" stderr: [" + stderr + "]\n" +
|
||||||
" exitValue = " + getExitValue() + "\n";
|
" exitValue = " + getExitValue() + "\n";
|
||||||
|
|
||||||
System.err.println(msg);
|
System.err.println(msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user