Unverified Commit 624267af authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

nixosTests.mosquitto: migrate to runTest (#395538)

parents b6e1fe13 2f5740a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -800,7 +800,7 @@ in
  mopidy = handleTest ./mopidy.nix { };
  morph-browser = runTest ./morph-browser.nix;
  morty = handleTest ./morty.nix { };
  mosquitto = handleTest ./mosquitto.nix { };
  mosquitto = runTest ./mosquitto.nix;
  moosefs = handleTest ./moosefs.nix { };
  movim = discoverTests (import ./web-apps/movim { inherit handleTestOn; });
  mpd = handleTest ./mpd.nix { };
+220 −222
Original line number Diff line number Diff line
import ./make-test-python.nix (
  { pkgs, lib, ... }:
{ pkgs, ... }:

let
  port = 1888;
@@ -226,4 +225,3 @@ import ./make-test-python.nix (
            ])
  '';
}
)