Skip to content

Commit 3a2ac0b

Browse files
dgarskedanielinux
authored andcommitted
Troubleshooting test-lib failure.
1 parent 0c9fa8e commit 3a2ac0b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-library.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,13 @@ jobs:
3030
3131
- name: Run test-lib
3232
run: |
33+
./test-lib test_v1_signed.bin
3334
./test-lib test_v1_signed.bin 2>&1 | grep "Firmware Valid"
3435
3536
- name: Run test-lib (expect failure)
3637
run: |
38+
# Corrupt signed binary
3739
truncate -s -1 test_v1_signed.bin
3840
echo "A" >> test_v1_signed.bin
41+
./test-lib test_v1_signed.bin
3942
./test-lib test_v1_signed.bin 2>&1 | grep "Failure"

0 commit comments

Comments
 (0)