We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fea5d2 commit 36191fbCopy full SHA for 36191fb
run/markdown-preview/editor/test/retry.sh
@@ -59,7 +59,7 @@ do
59
if ((attempt_num==max_attempts))
60
then
61
echo "Attempt $attempt_num / $max_attempts failed! No more retries left!"
62
- exit
+ exit 1
63
else
64
echo "Attempt $attempt_num / $max_attempts failed!"
65
sleep $((attempt_num++))
run/markdown-preview/renderer/test/retry.sh
0 commit comments