diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2025-01-09 15:24:51 +0100 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2025-01-09 15:24:51 +0100 |
commit | 6e761c5a93278fc719a66f7c984af9608b836991 (patch) | |
tree | da7277f46e51c3ba0ae44def3932ade0735b705f /test | |
parent | fmf: Move meson logs and failed test journals to test artifacts dir (diff) | |
download | systemd-6e761c5a93278fc719a66f7c984af9608b836991.tar.xz systemd-6e761c5a93278fc719a66f7c984af9608b836991.zip |
fmf: Log clock source
Diffstat (limited to 'test')
-rwxr-xr-x | test/fmf/integration-tests/test.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/fmf/integration-tests/test.sh b/test/fmf/integration-tests/test.sh index 783737e8ee..9ba1990b21 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: # |