mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 08:47:13 +08:00
Exit code can be negative
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ if [[ "${CIRCLE_BRANCH}" == "master" ]]; then
|
||||
|
||||
# Determine exit code.
|
||||
result=$?
|
||||
if [ "$result" -gt "0" ]; then
|
||||
if [ "$result" -ne "0" ]; then
|
||||
echo "-- Failed e2e for $1 #$try --"
|
||||
|
||||
# Try again until E2E_MAX_RETRIES is reached.
|
||||
|
||||
Reference in New Issue
Block a user