From 48471f9c100834fb82be7bb73fa40fe23f24a437 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sun, 16 Jul 2023 02:08:58 +0300 Subject: [PATCH] Drop an obsolete error handling test --- .github/workflows/functional_test.sh | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.31.1