projects
/
kconfig-hardened-check.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9716f12
)
Enable functional testing for a gzipped config
author
Alexander Popov
<alex.popov@linux.com>
Sun, 26 Mar 2023 15:30:31 +0000
(18:30 +0300)
committer
Alexander Popov
<alex.popov@linux.com>
Sun, 26 Mar 2023 15:31:23 +0000
(18:31 +0300)
Refers to #80
.github/workflows/functional_test.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/functional_test.yml
b/.github/workflows/functional_test.yml
index d449a22849e3e09d1f47a7c9166b78c39aa9b559..5d9b87edce93bdcbeb94140a27cbc5d3dbde74e7 100644
(file)
--- 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