Skip to content

Commit

Permalink
8244973: serviceability/attach/RemovingUnixDomainSocketTest.java fail…
Browse files Browse the repository at this point in the history
…s "stderr was not empty"

Reviewed-by: dholmes, sspitsyn
  • Loading branch information
Alex Menkov committed May 14, 2020
1 parent 43da9ff commit 9a04631
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ private static void runJCmd(long pid) throws InterruptedException, IOException {
"jcmd stderr: [" + out.getStderr() + "]\n" + "jcmd stderr: [" + out.getStderr() + "]\n" +
"jcmd exitValue = " + out.getExitValue()); "jcmd exitValue = " + out.getExitValue());


out.stderrShouldBeEmptyIgnoreVMWarnings() out.shouldHaveExitValue(0)
.stderrShouldBeEmpty(); .stderrShouldBeEmptyIgnoreVMWarnings();
} }


public static void main(String... args) throws Exception { public static void main(String... args) throws Exception {
Expand Down

0 comments on commit 9a04631

Please sign in to comment.