Skip to content

Commit

Permalink
errorprone :: ignore sysout PeersCommandIT (NationalSecurityAgency#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-mlb authored Sep 16, 2024
1 parent cb18a9e commit 2d09d1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/emissary/command/PeersCommandIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ void testGetPeersBadPort() throws IOException {
});
}

@SuppressWarnings("SystemOut")
private void captureStdOutAndStdErrAndRunCommand(PeersCommand cmd) {
PrintStream origOut = System.out;
PrintStream origErr = System.err;
Expand Down

0 comments on commit 2d09d1f

Please sign in to comment.