parent
0159ddabe6
commit
efee1fc5cc
@ -1233,7 +1233,7 @@ in
|
||||
stargazer = runTest ./web-servers/stargazer.nix;
|
||||
starship = runTest ./starship.nix;
|
||||
stash = handleTestOn [ "x86_64-linux" "aarch64-linux" ] ./stash.nix { };
|
||||
static-web-server = handleTest ./web-servers/static-web-server.nix { };
|
||||
static-web-server = runTest ./web-servers/static-web-server.nix;
|
||||
step-ca = handleTestOn [ "x86_64-linux" ] ./step-ca.nix { };
|
||||
stratis = handleTest ./stratis { };
|
||||
strongswan-swanctl = handleTest ./strongswan-swanctl.nix { };
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
import ../make-test-python.nix (
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
name = "static-web-server";
|
||||
@ -38,4 +37,3 @@ import ../make-test-python.nix (
|
||||
machine.wait_for_unit("static-web-server.service")
|
||||
'';
|
||||
}
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user