From d851031fbb53b73a8302a285ed77f8a639f83ad8 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sun, 24 Nov 2024 01:38:26 +0300 Subject: [PATCH] CI: Print info for debugging autodetection (II) --- .github/workflows/functional_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/functional_test.sh b/.github/workflows/functional_test.sh index efcb930..acda2e1 100644 --- a/.github/workflows/functional_test.sh +++ b/.github/workflows/functional_test.sh @@ -45,7 +45,7 @@ echo ">>>>> try autodetection <<<<<" cat /proc/cmdline cat /proc/version ls -l /boot -ls -l /proc/config.gz +ls -l /proc/c* 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 -- 2.31.1