parent
017583d659
commit
e9a7bc917c
@ -675,7 +675,7 @@ in
|
|||||||
keycloak = discoverTests (import ./keycloak.nix);
|
keycloak = discoverTests (import ./keycloak.nix);
|
||||||
keyd = handleTest ./keyd.nix { };
|
keyd = handleTest ./keyd.nix { };
|
||||||
keymap = handleTest ./keymap.nix { };
|
keymap = handleTest ./keymap.nix { };
|
||||||
kimai = handleTest ./kimai.nix { };
|
kimai = runTest ./kimai.nix;
|
||||||
kmonad = runTest ./kmonad.nix;
|
kmonad = runTest ./kmonad.nix;
|
||||||
knot = runTest ./knot.nix;
|
knot = runTest ./knot.nix;
|
||||||
komga = handleTest ./komga.nix { };
|
komga = handleTest ./komga.nix { };
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
import ./make-test-python.nix (
|
{ lib, ... }:
|
||||||
{ lib, ... }:
|
|
||||||
|
|
||||||
{
|
{
|
||||||
name = "kimai";
|
name = "kimai";
|
||||||
meta.maintainers = with lib.maintainers; [ peat-psuwit ];
|
meta.maintainers = with lib.maintainers; [ peat-psuwit ];
|
||||||
|
|
||||||
@ -19,5 +18,4 @@ import ./make-test-python.nix (
|
|||||||
machine.wait_for_open_port(80)
|
machine.wait_for_open_port(80)
|
||||||
machine.succeed("curl -v --location --fail http://localhost/")
|
machine.succeed("curl -v --location --fail http://localhost/")
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user