Skip to content

Commit e298d6b

Browse files
committed
Fix test-lib expected failure case.
1 parent 49839d3 commit e298d6b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/test-library.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ jobs:
3434
3535
- name: Run test-lib (expect failure)
3636
run: |
37+
truncate -s -1 test_v1_signed.bin
3738
echo "A" >> test_v1_signed.bin
3839
./test-lib test_v1_signed.bin 2>&1 | grep "Failure"

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,9 @@ tools/tpm/pcr_extend
116116
tools/tpm/policy_create
117117
tools/tpm/policy_sign
118118
config/*.ld
119+
test-lib
119120

120-
# Generated confiuguration file
121+
# Generated configuration file
121122
.config
122123
.vs
123124
*.filters
@@ -144,7 +145,7 @@ hal/x86_fsp_qemu_stage1.ld
144145

145146
debug/lauterbach
146147

147-
#cland cache
148+
#clangd cache
148149
.cache/*
149150

150151
#gcov files

0 commit comments

Comments
 (0)