Commit 48471f9c by Alexander Popov

Drop an obsolete error handling test

parent 8718d948
...@@ -93,10 +93,6 @@ cp test.config error.config ...@@ -93,10 +93,6 @@ cp test.config error.config
echo 'CONFIG_ARM64=y' >> error.config echo 'CONFIG_ARM64=y' >> error.config
coverage run -a --branch bin/kconfig-hardened-check -c error.config && exit 1 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 <<<<<" echo ">>>>> invalid enabled kconfig option <<<<<"
cp test.config error.config cp test.config error.config
echo 'CONFIG_FOO=is not set' >> error.config echo 'CONFIG_FOO=is not set' >> error.config
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment