Skip to content

Commit

Permalink
Add integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Dec 15, 2024
1 parent 8c32860 commit 395bfbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pinger/src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ mod tests {
success += 1;
}
PingResult::Unknown(line) => {
eprintln!("Unknown line: {}", line);
errors += 1;
}
PingResult::PingExited(code, stderr) => {
Expand Down

0 comments on commit 395bfbe

Please sign in to comment.