Skip to content

Commit

Permalink
Have schedule-curls fail if curl fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Molter73 committed Sep 27, 2024
1 parent 68be116 commit 5b53bdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration-tests/container/schedule-curls/schedule-curls.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env sh

set -ex

num_meta_iter=$1
num_iter=$2
sleep_between_curl_time=$3
Expand Down

0 comments on commit 5b53bdc

Please sign in to comment.