Skip to content

Commit

Permalink
run_tests.sh: show expected module compression extension
Browse files Browse the repository at this point in the history
  • Loading branch information
anbe42 authored and evelikov committed Jan 26, 2024
1 parent 40f3302 commit a168575
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,10 @@ case "${os_id}" in
;;
esac

grep "^CONFIG_MODULE_COMPRESS" "${kernel_config}" || true
find "/lib/modules/${KERNEL_VER}" -name \*.ko\* 2>/dev/null | head -n1
echo "Expected module compression extension: ${mod_compression_ext:-(none)}"


echo 'Preparing a clean test environment'
clean_dkms_env
Expand Down

0 comments on commit a168575

Please sign in to comment.