Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Mikhalitsyn <alexander.mikhalitsyn@virtuozzo.com>2022-05-04 00:19:46 +0300
committerAndrei Vagin <avagin@gmail.com>2022-05-05 22:42:14 +0300
commit550eafc5d8e387cae693c46fb2824f4ba3c4d933 (patch)
tree81b101dfd3fcdb5080a1efc6f17208df637978ec /scripts
parentf635b61f494964a6feb74fd6ecc2ab75a7e59a10 (diff)
ci: print kernel modules list
Signed-off-by: Alexander Mikhalitsyn <alexander.mikhalitsyn@virtuozzo.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/run-ci-tests.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/ci/run-ci-tests.sh b/scripts/ci/run-ci-tests.sh
index 7d88b9c20..d63b92ae0 100755
--- a/scripts/ci/run-ci-tests.sh
+++ b/scripts/ci/run-ci-tests.sh
@@ -91,6 +91,8 @@ print_env() {
cat /proc/self/mountinfo || :
print_header "Kernel command line"
cat /proc/cmdline || :
+ print_header "Kernel modules"
+ lsmod || :
print_header "Distribution information"
[ -e /etc/lsb-release ] && cat /etc/lsb-release
[ -e /etc/redhat-release ] && cat /etc/redhat-release