From: Alexander Popov Date: Sat, 23 Nov 2024 22:33:36 +0000 (+0300) Subject: CI: Print info for debugging autodetection X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=c7111e757d73855e9aeea130bc91dcc8d1962ec4;p=kconfig-hardened-check.git CI: Print info for debugging autodetection --- diff --git a/.github/workflows/functional_test.sh b/.github/workflows/functional_test.sh index 5dd841e..efcb930 100644 --- a/.github/workflows/functional_test.sh +++ b/.github/workflows/functional_test.sh @@ -42,6 +42,10 @@ coverage run -a --branch bin/kernel-hardening-checker -g ARM64 coverage run -a --branch bin/kernel-hardening-checker -g ARM echo ">>>>> try autodetection <<<<<" +cat /proc/cmdline +cat /proc/version +ls -l /boot +ls -l /proc/config.gz coverage run -a --branch bin/kernel-hardening-checker -a coverage run -a --branch bin/kernel-hardening-checker -a -m verbose coverage run -a --branch bin/kernel-hardening-checker -a -m json