Loading nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -725,7 +725,7 @@ in { moodle = handleTest ./moodle.nix {}; moonraker = handleTest ./moonraker.nix {}; mopidy = handleTest ./mopidy.nix {}; morph-browser = handleTest ./morph-browser.nix { }; morph-browser = runTest ./morph-browser.nix; morty = handleTest ./morty.nix {}; mosquitto = handleTest ./mosquitto.nix {}; moosefs = handleTest ./moosefs.nix {}; Loading nixos/tests/morph-browser.nix +45 −47 Original line number Diff line number Diff line import ./make-test-python.nix ( { pkgs, lib, ... }: { name = "morph-browser-standalone"; Loading Loading @@ -54,4 +53,3 @@ import ./make-test-python.nix ( machine.screenshot("morph_localised") ''; } ) Loading
nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -725,7 +725,7 @@ in { moodle = handleTest ./moodle.nix {}; moonraker = handleTest ./moonraker.nix {}; mopidy = handleTest ./mopidy.nix {}; morph-browser = handleTest ./morph-browser.nix { }; morph-browser = runTest ./morph-browser.nix; morty = handleTest ./morty.nix {}; mosquitto = handleTest ./mosquitto.nix {}; moosefs = handleTest ./moosefs.nix {}; Loading
nixos/tests/morph-browser.nix +45 −47 Original line number Diff line number Diff line import ./make-test-python.nix ( { pkgs, lib, ... }: { name = "morph-browser-standalone"; Loading Loading @@ -54,4 +53,3 @@ import ./make-test-python.nix ( machine.screenshot("morph_localised") ''; } )