From: Alexander Popov Date: Sun, 26 Mar 2023 15:30:31 +0000 (+0300) Subject: Enable functional testing for a gzipped config X-Git-Tag: v0.6.6~192 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=5a20bb29e918ef35f9934c7b5ed9fcf061f487dd;p=kconfig-hardened-check.git Enable functional testing for a gzipped config Refers to #80 --- diff --git a/.github/workflows/functional_test.yml b/.github/workflows/functional_test.yml index d449a22..5d9b87e 100644 --- a/.github/workflows/functional_test.yml +++ b/.github/workflows/functional_test.yml @@ -81,7 +81,7 @@ jobs: echo "l1tf=off mds=full randomize_kstack_offset=on iommu.passthrough=0" > ./cmdline_example cat ./cmdline_example CONFIG_DIR=`find . -name config_files` - KCONFIGS=`find $CONFIG_DIR -type f | grep "\.config"` + KCONFIGS=`find $CONFIG_DIR -type f | grep -e "\.config" -e "\.gz"` COUNT=0 for C in $KCONFIGS do