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)
|
- 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"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue