Unverified Commit 7050a951 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

nixosTests.fancontrol: migrate to runTest (#399832)

parents b42186c0 610021f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -460,7 +460,7 @@ in
  evcc = runTest ./evcc.nix;
  fail2ban = runTest ./fail2ban.nix;
  fakeroute = handleTest ./fakeroute.nix { };
  fancontrol = handleTest ./fancontrol.nix { };
  fancontrol = runTest ./fancontrol.nix;
  fanout = handleTest ./fanout.nix { };
  fcitx5 = handleTest ./fcitx5 { };
  fedimintd = runTest ./fedimintd.nix;
+35 −37
Original line number Diff line number Diff line
import ./make-test-python.nix (
{ pkgs, ... }:
{
  name = "fancontrol";
@@ -36,4 +35,3 @@ import ./make-test-python.nix (
    machine.shutdown()
  '';
}
)