mirror of https://github.com/wolfSSL/wolfBoot.git
Fix test-lib expected failure case.
parent
8d23435d28
commit
6f3722d31a
|
@ -34,5 +34,6 @@ jobs:
|
|||
|
||||
- name: Run test-lib (expect failure)
|
||||
run: |
|
||||
truncate -s -1 test_v1_signed.bin
|
||||
echo "A" >> test_v1_signed.bin
|
||||
./test-lib test_v1_signed.bin 2>&1 | grep "Failure"
|
||||
|
|
|
@ -116,8 +116,9 @@ tools/tpm/pcr_extend
|
|||
tools/tpm/policy_create
|
||||
tools/tpm/policy_sign
|
||||
config/*.ld
|
||||
test-lib
|
||||
|
||||
# Generated confiuguration file
|
||||
# Generated configuration file
|
||||
.config
|
||||
.vs
|
||||
*.filters
|
||||
|
@ -144,7 +145,7 @@ hal/x86_fsp_qemu_stage1.ld
|
|||
|
||||
debug/lauterbach
|
||||
|
||||
#cland cache
|
||||
#clangd cache
|
||||
.cache/*
|
||||
|
||||
#gcov files
|
||||
|
|
Loading…
Reference in New Issue