Fix test-lib expected failure case.

pull/569/head
David Garske 2025-04-09 12:38:41 -07:00 committed by Daniele Lacamera
parent 8d23435d28
commit 6f3722d31a
2 changed files with 4 additions and 2 deletions

View File

@ -34,5 +34,6 @@ jobs:
- name: Run test-lib (expect failure) - name: Run test-lib (expect failure)
run: | run: |
truncate -s -1 test_v1_signed.bin
echo "A" >> test_v1_signed.bin echo "A" >> test_v1_signed.bin
./test-lib test_v1_signed.bin 2>&1 | grep "Failure" ./test-lib test_v1_signed.bin 2>&1 | grep "Failure"

5
.gitignore vendored
View File

@ -116,8 +116,9 @@ tools/tpm/pcr_extend
tools/tpm/policy_create tools/tpm/policy_create
tools/tpm/policy_sign tools/tpm/policy_sign
config/*.ld config/*.ld
test-lib
# Generated confiuguration file # Generated configuration file
.config .config
.vs .vs
*.filters *.filters
@ -144,7 +145,7 @@ hal/x86_fsp_qemu_stage1.ld
debug/lauterbach debug/lauterbach
#cland cache #clangd cache
.cache/* .cache/*
#gcov files #gcov files