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 05fbabe commit 906d1bbCopy full SHA for 906d1bb
entrypoint.sh
@@ -66,7 +66,7 @@ fi
66
# Now find the outcome of the test. The extended result is going to look something like this:
67
# {"journal":{"events":{},"pods_statuses":{}},"outcome":"success","outcomes":{"providers":{"ok":1,"total":1},"requestors":{"ok":1,"total":1}}}
68
69
-outcome=$(echo "${extstatus} | jq ".outcome")
+outcome=$(echo "${extstatus}" | jq ".outcome")
70
71
echo "The outcome of this test was ${outcome}"
72
echo "${OUTPUT_OUTCOME}${outcome}"
0 commit comments