Skip to content

Commit

Permalink
exit 1 when failure
Browse files Browse the repository at this point in the history
  • Loading branch information
danking committed Dec 12, 2024
1 parent 78f2d03 commit 58b5911
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/cat-s3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ while (( n_failures < 2 )); do
done

echo "Too many failures: $n_failures."
exit 1

0 comments on commit 58b5911

Please sign in to comment.