From: Alexander Popov Date: Sat, 15 Jul 2023 23:08:58 +0000 (+0300) Subject: Drop an obsolete error handling test X-Git-Tag: v0.6.6~119 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=48471f9c100834fb82be7bb73fa40fe23f24a437;p=kconfig-hardened-check.git Drop an obsolete error handling test --- 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