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:
8718d94
)
Drop an obsolete error handling test
author
Alexander Popov
<alex.popov@linux.com>
Sat, 15 Jul 2023 23:08:58 +0000
(
02:08
+0300)
committer
Alexander Popov
<alex.popov@linux.com>
Sat, 15 Jul 2023 23:08:58 +0000
(
02:08
+0300)
.github/workflows/functional_test.sh
patch
|
blob
|
history
diff --git
a/.github/workflows/functional_test.sh
b/.github/workflows/functional_test.sh
index cf613c7f166f2bd2f01731196cc0510b0149ad87..cb7152785fff86c9594957f7351d5303eec4a4af 100644
(file)
--- a/
.github/workflows/functional_test.sh
+++ b/
.github/workflows/functional_test.sh
@@
-93,10
+93,6
@@
cp test.config error.config
echo 'CONFIG_ARM64=y' >> error.config
coverage run -a --branch bin/kconfig-hardened-check -c error.config && exit 1
-echo ">>>>> invalid disabled kconfig option <<<<<"
-sed '28 s/is not set/is not set yet/' test.config > error.config
-coverage run -a --branch bin/kconfig-hardened-check -c error.config && exit 1
-
echo ">>>>> invalid enabled kconfig option <<<<<"
cp test.config error.config
echo 'CONFIG_FOO=is not set' >> error.config