diff --git a/tests/utils/shippable/shippable.sh b/tests/utils/shippable/shippable.sh index 35975161..83388833 100755 --- a/tests/utils/shippable/shippable.sh +++ b/tests/utils/shippable/shippable.sh @@ -50,7 +50,7 @@ function retry echo "@* -> ${result}" done echo "Command '@*' failed 3 times!" - exit -1 + exit 255 } command -v pip