We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d480b0 commit 4fad237Copy full SHA for 4fad237
1 file changed
test/genesis-ci.sh
@@ -62,8 +62,8 @@ for b in $skip; do
62
echo "------------------------------------------------------------------------"
63
echo "WARNING skipping this test because branch name = '$b'"
64
65
- [ "$TEST_FAILURE_PATH" ] && exit 13 # Failure path fails to succeed, see?
66
- exit
+ [ "$TEST_FAILURE_PATH" ] && exit 13 # Failure path "fails" to succeed, see?
+ exit 0 # Mst specify exit code PASS else will inherit FAIL from prev cmd :(
67
fi
68
done
69
ENDGROUP
0 commit comments