Unverified Commit 4db241de authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

nixosTests.man: migrate to runTest (#400169)

parents 3041b307 193857d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -770,7 +770,7 @@ in
  mailhog = runTest ./mailhog.nix;
  mailpit = runTest ./mailpit.nix;
  mailman = runTest ./mailman.nix;
  man = handleTest ./man.nix { };
  man = runTest ./man.nix;
  mariadb-galera = handleTest ./mysql/mariadb-galera.nix { };
  marytts = handleTest ./marytts.nix { };
  mastodon = pkgs.recurseIntoAttrs (handleTest ./web-apps/mastodon { inherit handleTestOn; });
+95 −97
Original line number Diff line number Diff line
import ./make-test-python.nix (
{ pkgs, lib, ... }:
let
  manImplementations = [
@@ -108,4 +107,3 @@ import ./make-test-python.nix (
            raise Exception(f"{page}({section}) missing in matches: {matches}")
    '') machineNames;
}
)