]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
fmf: Log clock source
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 9 Jan 2025 14:24:51 +0000 (15:24 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 15 Jan 2025 09:56:07 +0000 (09:56 +0000)
(cherry picked from commit 6e761c5a93278fc719a66f7c984af9608b836991)

test/fmf/integration-tests/test.sh

index 762016f2a5c1c335a6b29a2ba6dbb8f79ec98ca1..d1e43b1d7dbc9f37bd82d82d3f853f600d5c2829 100755 (executable)
@@ -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:
 #