Unverified Commit 16821ddb authored by Alyssa Ross's avatar Alyssa Ross
Browse files

nixos/test-instrumentation: fix deprecation warning

Linux prints a deprecation warning when clock= is used on the command
line, and has done since 2006.  The replacement is clocksource=.

The clocksource output on the console looks like same before and after
this change.
parent 23ff7d9d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.