Merge pull request #301835 from alyssais/clocksource

nixos/test-instrumentation: fix deprecation warning
This commit is contained in:
Bernardo Meurer 2024-04-05 16:17:52 -04:00 committed by GitHub
commit d20ddd76a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ in
# thing, but for VM tests it should provide a bit more
# determinism (e.g. if the VM runs at lower speed, then
# timeouts in the VM should also be delayed).
"clock=acpi_pm"
"clocksource=acpi_pm"
];
# `xwininfo' is used by the test driver to query open windows.