Unverified Commit dd7cee4f authored by Martin Weinelt's avatar Martin Weinelt
Browse files

nixos/tests/pinnwand: migrate to runTest

Part of #386873.
parent 41ff93c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {};
+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}";
@@ -99,4 +101,3 @@ import ./make-test-python.nix (
    server.log(server.execute("systemd-analyze security pinnwand | grep '✗'")[1])
  '';
}
)