mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
* In tests/default.nix, only import lib/testing.nix.
svn path=/nixos/trunk/; revision=20483
This commit is contained in:
parent
16e7565214
commit
358f3cd79c
@ -5,6 +5,8 @@ with pkgs;
|
||||
|
||||
rec {
|
||||
|
||||
inherit pkgs;
|
||||
|
||||
|
||||
# Run an automated test suite in the given virtual network.
|
||||
# `network' must be the result of a call to the
|
||||
|
@ -3,13 +3,7 @@
|
||||
, system ? builtins.currentSystem
|
||||
}:
|
||||
|
||||
let
|
||||
|
||||
testLib =
|
||||
(import ../lib/build-vms.nix { inherit nixpkgs services system; }) //
|
||||
(import ../lib/testing.nix { inherit nixpkgs services system; });
|
||||
|
||||
in with testLib;
|
||||
with import ../lib/testing.nix { inherit nixpkgs services system; };
|
||||
|
||||
{
|
||||
firefox = apply (import ./firefox.nix);
|
||||
|
Loading…
Reference in New Issue
Block a user