Loading nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -903,7 +903,7 @@ in { phylactery = handleTest ./web-apps/phylactery.nix {}; pict-rs = handleTest ./pict-rs.nix {}; pingvin-share = handleTest ./pingvin-share.nix {} ; pinnwand = handleTest ./pinnwand.nix {}; pinnwand = runTest ./pinnwand.nix; plantuml-server = handleTest ./plantuml-server.nix {}; plasma-bigscreen = handleTest ./plasma-bigscreen.nix {}; plasma5 = handleTest ./plasma5.nix {}; Loading nixos/tests/pinnwand.nix +100 −99 Original line number Diff line number Diff line import ./make-test-python.nix ( { pkgs, ... }: { pkgs, ... }: let port = 8000; baseUrl = "http://server:${toString port}"; Loading Loading @@ -99,4 +101,3 @@ import ./make-test-python.nix ( server.log(server.execute("systemd-analyze security pinnwand | grep '✗'")[1]) ''; } ) Loading
nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -903,7 +903,7 @@ in { phylactery = handleTest ./web-apps/phylactery.nix {}; pict-rs = handleTest ./pict-rs.nix {}; pingvin-share = handleTest ./pingvin-share.nix {} ; pinnwand = handleTest ./pinnwand.nix {}; pinnwand = runTest ./pinnwand.nix; plantuml-server = handleTest ./plantuml-server.nix {}; plasma-bigscreen = handleTest ./plasma-bigscreen.nix {}; plasma5 = handleTest ./plasma5.nix {}; Loading
nixos/tests/pinnwand.nix +100 −99 Original line number Diff line number Diff line import ./make-test-python.nix ( { pkgs, ... }: { pkgs, ... }: let port = 8000; baseUrl = "http://server:${toString port}"; Loading Loading @@ -99,4 +101,3 @@ import ./make-test-python.nix ( server.log(server.execute("systemd-analyze security pinnwand | grep '✗'")[1]) ''; } )