1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

nixos-build-vms: Fix function invocation to test driver

This commit is contained in:
Sander van der Burg 2014-06-09 13:36:26 +02:00
parent 473ab2b362
commit 33d99a22ca

View file

@ -6,4 +6,4 @@ let nodes = import networkExpr; in
with import ../../../../lib/testing.nix { inherit system; };
(complete { inherit nodes; testScript = ""; }).driver
(makeTest { inherit nodes; testScript = ""; }).driver