Unverified Commit 8a18d11c authored by Cosima Neidahl's avatar Cosima Neidahl Committed by GitHub
Browse files

nixosTests.{miriway,morph-browser}: Migrate to runTest (#392112)

parents 46b67681 5d371953
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -715,7 +715,7 @@ in {
  miniflux = handleTest ./miniflux.nix {};
  minio = handleTest ./minio.nix {};
  miracle-wm = runTest ./miracle-wm.nix;
  miriway = handleTest ./miriway.nix {};
  miriway = runTest ./miriway.nix;
  misc = handleTest ./misc.nix {};
  misskey = handleTest ./misskey.nix {};
  mjolnir = handleTest ./matrix/mjolnir.nix {};
@@ -734,7 +734,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 {};
+129 −131
Original line number Diff line number Diff line
import ./make-test-python.nix (
{ pkgs, lib, ... }:
{
  name = "miriway";
@@ -145,4 +144,3 @@ import ./make-test-python.nix (
      machine.wait_until_fails("pgrep alacritty")
    '';
}
)
+45 −47
Original line number Diff line number Diff line
import ./make-test-python.nix (
{ pkgs, lib, ... }:
{
  name = "morph-browser-standalone";
@@ -54,4 +53,3 @@ import ./make-test-python.nix (
        machine.screenshot("morph_localised")
  '';
}
)