Loading nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -725,7 +725,7 @@ in { mollysocket = handleTest ./mollysocket.nix { }; monado = handleTest ./monado.nix {}; monetdb = handleTest ./monetdb.nix {}; monica = handleTest ./web-apps/monica.nix {}; monica = runTest ./web-apps/monica.nix; mongodb = runTest ./mongodb.nix; mongodb-ce = runTest ({ config, ... }: { imports = [ ./mongodb.nix ]; Loading nixos/tests/web-apps/monica.nix +31 −33 Original line number Diff line number Diff line import ../make-test-python.nix ( { pkgs, ... }: let cert = pkgs.runCommand "selfSignedCerts" { nativeBuildInputs = [ pkgs.openssl ]; } '' Loading Loading @@ -34,4 +33,3 @@ import ../make-test-python.nix ( machine.succeed("curl -k --fail https://localhost", timeout=10) ''; } ) Loading
nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -725,7 +725,7 @@ in { mollysocket = handleTest ./mollysocket.nix { }; monado = handleTest ./monado.nix {}; monetdb = handleTest ./monetdb.nix {}; monica = handleTest ./web-apps/monica.nix {}; monica = runTest ./web-apps/monica.nix; mongodb = runTest ./mongodb.nix; mongodb-ce = runTest ({ config, ... }: { imports = [ ./mongodb.nix ]; Loading
nixos/tests/web-apps/monica.nix +31 −33 Original line number Diff line number Diff line import ../make-test-python.nix ( { pkgs, ... }: let cert = pkgs.runCommand "selfSignedCerts" { nativeBuildInputs = [ pkgs.openssl ]; } '' Loading Loading @@ -34,4 +33,3 @@ import ../make-test-python.nix ( machine.succeed("curl -k --fail https://localhost", timeout=10) ''; } )