parent
569c914f0c
commit
8f0d4225d4
@ -703,7 +703,7 @@ in
|
|||||||
libvirtd = handleTest ./libvirtd.nix { };
|
libvirtd = handleTest ./libvirtd.nix { };
|
||||||
lidarr = handleTest ./lidarr.nix { };
|
lidarr = handleTest ./lidarr.nix { };
|
||||||
lightdm = handleTest ./lightdm.nix { };
|
lightdm = handleTest ./lightdm.nix { };
|
||||||
lighttpd = handleTest ./lighttpd.nix { };
|
lighttpd = runTest ./lighttpd.nix;
|
||||||
limesurvey = handleTest ./limesurvey.nix { };
|
limesurvey = handleTest ./limesurvey.nix { };
|
||||||
limine = import ./limine { inherit runTest; };
|
limine = import ./limine { inherit runTest; };
|
||||||
listmonk = handleTestOn [ "x86_64-linux" "aarch64-linux" ] ./listmonk.nix { };
|
listmonk = handleTestOn [ "x86_64-linux" "aarch64-linux" ] ./listmonk.nix { };
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
import ./make-test-python.nix (
|
|
||||||
{ lib, pkgs, ... }:
|
{ lib, pkgs, ... }:
|
||||||
{
|
{
|
||||||
name = "lighttpd";
|
name = "lighttpd";
|
||||||
@ -22,4 +21,3 @@ import ./make-test-python.nix (
|
|||||||
server.succeed("systemctl reload lighttpd")
|
server.succeed("systemctl reload lighttpd")
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user