svn path=/nixos/trunk/; revision=20545
This commit is contained in:
parent
48e9e1282a
commit
c4ae499f3d
@ -83,6 +83,8 @@ rec {
|
||||
echo "report coverage $out/coverage" >> $out/nix-support/hydra-build-products
|
||||
''; # */
|
||||
|
||||
|
||||
# !!! Rename these functions to something more sensible.
|
||||
call = f: f { inherit pkgs nixpkgs system; };
|
||||
|
||||
apply = testFun: complete (call testFun);
|
||||
@ -96,5 +98,7 @@ rec {
|
||||
test = runTests vms t.testScript;
|
||||
report = makeReport test;
|
||||
};
|
||||
|
||||
|
||||
simpleTest = as: (apply ({ ... }: as)).test;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user