Unverified Commit da1a98af authored by Gergő Gutyina's avatar Gergő Gutyina Committed by GitHub
Browse files

nixos/tests/rqbit: convert to runTest (#483516)

parents 3e9cc126 6b22df9c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1389,7 +1389,7 @@ in
  rosenpass = runTest ./rosenpass.nix;
  roundcube = runTest ./roundcube.nix;
  routinator = handleTest ./routinator.nix { };
  rqbit = handleTest ./rqbit.nix { };
  rqbit = runTest ./rqbit.nix;
  rshim = handleTest ./rshim.nix { };
  rspamd = handleTest ./rspamd.nix { };
  rspamd-trainer = runTest ./rspamd-trainer.nix;
+24 −26
Original line number Diff line number Diff line
import ./make-test-python.nix (
{ pkgs, ... }:
let
  port = 3030;
@@ -27,4 +26,3 @@ import ./make-test-python.nix (
    machine.succeed("curl --fail http://localhost:${toString port}")
  '';
}
)