Unverified Commit 394ed796 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

nixosTests.lighttpd: migrate to runTest (#396014)

parents eb3ca1d5 8f0d4225
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -703,7 +703,7 @@ in
  libvirtd = handleTest ./libvirtd.nix { };
  lidarr = handleTest ./lidarr.nix { };
  lightdm = handleTest ./lightdm.nix { };
  lighttpd = handleTest ./lighttpd.nix { };
  lighttpd = runTest ./lighttpd.nix;
  limesurvey = handleTest ./limesurvey.nix { };
  limine = import ./limine { inherit runTest; };
  listmonk = handleTestOn [ "x86_64-linux" "aarch64-linux" ] ./listmonk.nix { };
+20 −22
Original line number Diff line number Diff line
import ./make-test-python.nix (
{ lib, pkgs, ... }:
{
  name = "lighttpd";
@@ -22,4 +21,3 @@ import ./make-test-python.nix (
    server.succeed("systemctl reload lighttpd")
  '';
}
)