Loading nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 { }; Loading nixos/tests/mosquitto.nix +220 −222 Original line number Diff line number Diff line import ./make-test-python.nix ( { pkgs, lib, ... }: { pkgs, ... }: let port = 1888; Loading Loading @@ -226,4 +225,3 @@ import ./make-test-python.nix ( ]) ''; } ) Loading
nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 { }; Loading
nixos/tests/mosquitto.nix +220 −222 Original line number Diff line number Diff line import ./make-test-python.nix ( { pkgs, lib, ... }: { pkgs, ... }: let port = 1888; Loading Loading @@ -226,4 +225,3 @@ import ./make-test-python.nix ( ]) ''; } )