forked from mirrors/nixpkgs
Move run-in-machine test to a different place, because it does not conform to the other testcases' interface
This commit is contained in:
parent
c13041c65c
commit
472aff23b7
|
@ -243,5 +243,7 @@ in {
|
|||
mapAttrsRecursiveCond (x: !x ? test) (n: v: listToAttrs [(nameValuePair system v.test)])
|
||||
(import ./tests { inherit nixpkgs system; });
|
||||
in fold recursiveUpdate {} (map testsFor systems);
|
||||
|
||||
|
||||
|
||||
run-in-machine-tests = pkgs.lib.genAttrs systems (system: import ./tests/run-in-machine.nix { inherit nixpkgs system; });
|
||||
}
|
||||
|
|
|
@ -33,5 +33,4 @@ with import ../lib/testing.nix { inherit system minimal; };
|
|||
tomcat = makeTest (import ./tomcat.nix);
|
||||
trac = makeTest (import ./trac.nix);
|
||||
xfce = makeTest (import ./xfce.nix);
|
||||
run-in-machine = import ./run-in-machine.nix { inherit nixpkgs system; };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue