X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=.github%2Fworkflows%2Ffunctional_test.sh;h=cb7152785fff86c9594957f7351d5303eec4a4af;hb=48471f9c100834fb82be7bb73fa40fe23f24a437;hp=cf613c7f166f2bd2f01731196cc0510b0149ad87;hpb=8718d9483cb54b9867ace8a1d4a49337981c428e;p=kconfig-hardened-check.git diff --git a/.github/workflows/functional_test.sh b/.github/workflows/functional_test.sh index cf613c7..cb71527 100644 --- 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