From: Daan De Meyer Date: Thu, 9 Jan 2025 14:24:51 +0000 (+0100) Subject: fmf: Log clock source X-Git-Tag: v258-rc1~1648^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6e761c5a93278fc719a66f7c984af9608b836991;p=thirdparty%2Fsystemd.git fmf: Log clock source --- diff --git a/test/fmf/integration-tests/test.sh b/test/fmf/integration-tests/test.sh index 783737e8eef..9ba1990b211 100755 --- a/test/fmf/integration-tests/test.sh +++ b/test/fmf/integration-tests/test.sh @@ -11,6 +11,8 @@ echo "CPU and Memory information:" lscpu lsmem +echo "Clock source: $(cat /sys/devices/system/clocksource/clocksource0/current_clocksource)" + # Allow running the integration tests downstream in dist-git with something like # the following snippet which makes the dist-git sources available in $TMT_SOURCE_DIR: #