We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f5f03c commit ead1bddCopy full SHA for ead1bdd
1 file changed
.github/workflows/wolfboot-integration.yml
@@ -231,8 +231,10 @@ jobs:
231
./tools/keytools/sign --ed25519 --sha256 test.bin wolfboot_signing_private_key.der 1
232
233
make test-lib SIGN=ED25519 HASH=SHA256
234
+ set +e
235
success_output=$(./test-lib test_v1_signed.bin 2>&1)
236
success_status=$?
237
+ set -e
238
printf '%s\n' "$success_output"
239
if [ "$success_status" -ne 0 ]; then
240
echo "Expected success, but test-lib failed"
0 commit comments