From: Alexander Popov Date: Mon, 28 Aug 2023 11:02:00 +0000 (+0300) Subject: Test checking sysctl separately X-Git-Tag: v0.6.6~84 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=f44300ea59e8b87417f085c408b8666814c9268e;hp=6cf9979c006c31cfd8ce04ca8d8ca9fdb890e87b;p=kconfig-hardened-check.git Test checking sysctl separately --- diff --git a/.github/workflows/functional_test.sh b/.github/workflows/functional_test.sh index 89b5c77..f7a384d 100644 --- a/.github/workflows/functional_test.sh +++ b/.github/workflows/functional_test.sh @@ -63,6 +63,13 @@ do done echo "\n>>>>> have checked $COUNT kconfigs <<<<<" +echo ">>>>> check sysctl separately <<<<<" +coverage run -a --branch bin/kconfig-hardened-check -s $SYSCTL_EXAMPLE > /dev/null +coverage run -a --branch bin/kconfig-hardened-check -s $SYSCTL_EXAMPLE -m verbose > /dev/null +coverage run -a --branch bin/kconfig-hardened-check -s $SYSCTL_EXAMPLE -m json > /dev/null +coverage run -a --branch bin/kconfig-hardened-check -s $SYSCTL_EXAMPLE -m show_ok > /dev/null +coverage run -a --branch bin/kconfig-hardened-check -s $SYSCTL_EXAMPLE -m show_fail > /dev/null + echo "Collect coverage for error handling" echo ">>>>> -c and -p together <<<<<"