Skip to content

Commit cc85d5a

Browse files
committed
Addressed copilot's comment
1 parent c7684ac commit cc85d5a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/wolfboot-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,10 @@ jobs:
231231
./tools/keytools/sign --ed25519 --sha256 test.bin wolfboot_signing_private_key.der 1
232232
233233
make test-lib SIGN=ED25519 HASH=SHA256
234+
set +e
234235
success_output=$(./test-lib test_v1_signed.bin 2>&1)
235236
success_status=$?
237+
set -e
236238
printf '%s\n' "$success_output"
237239
if [ "$success_status" -ne 0 ]; then
238240
echo "Expected success, but test-lib failed"

0 commit comments

Comments
 (0)