Skip to content

Commit

Permalink
chore: ignore kill outputs in run-certification.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Jan 11, 2024
1 parent c8479b4 commit edf3a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conformance/run-certification.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ run_conformance() {

cleanup() {
for pid in "${pids[@]}"; do
kill "$pid"
kill "$pid" > /dev/null 2>&1
done
exit 1
}
Expand Down

0 comments on commit edf3a10

Please sign in to comment.