Removed backdoor argument
svn path=/nixos/trunk/; revision=25592
This commit is contained in:
parent
51d66f647a
commit
c7a5960101
@ -8,6 +8,6 @@
|
|||||||
|
|
||||||
let nodes = import networkExpr;
|
let nodes = import networkExpr;
|
||||||
in
|
in
|
||||||
with import "${nixos}/lib/testing.nix" { inherit nixpkgs services system useBackdoor; };
|
with import "${nixos}/lib/testing.nix" { inherit nixpkgs services system; };
|
||||||
|
|
||||||
(complete { inherit nodes; testScript = ""; }).driver
|
(complete { inherit nodes; testScript = ""; }).driver
|
||||||
|
Loading…
x
Reference in New Issue
Block a user