]> 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)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 9 Jan 2025 14:24:51 +0000 (15:24 +0100)
test/fmf/integration-tests/test.sh

index 783737e8eefc25fde900e0289e2305a4f5583064..9ba1990b2111f545c19a202b20012899687b0363 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:
 #