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.
2 parents 532d601 + 8c82a5c commit aea022aCopy full SHA for aea022a
1 file changed
.github/scripts/check-workflow-result.sh
@@ -33,9 +33,10 @@ TEST_SUITE="${3:-}"
33
# Ensure TEST_RESULT is treated as a number
34
TEST_RESULT=$((TEST_RESULT + 0))
35
36
-# If force fail is empty treat second arg as test suite
37
-if [ -z "$WOLFPROV_FORCE_FAIL" ]; then
38
- TEST_SUITE="${2:-}"
+# If test suite is empty treat second arg as test suite
+if [ -z "$TEST_SUITE" ]; then
+ TEST_SUITE=$WOLFPROV_FORCE_FAIL
39
+ WOLFPROV_FORCE_FAIL=""
40
fi
41
42
if [ "$WOLFPROV_FORCE_FAIL" = "WOLFPROV_FORCE_FAIL=1" ]; then
0 commit comments