mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 13:15:30 +03:00
nixos/tests: expose both the interactive and non-interactive driver
For a lot of the work the non-interactive drivers are enough and it is probably a good idea to keep it accessible for debugging without touching the Nix expression.
This commit is contained in:
parent
c096880d46
commit
20893b3a70
2 changed files with 4 additions and 3 deletions
|
@ -172,7 +172,8 @@ rec {
|
|||
else
|
||||
test // {
|
||||
inherit nodes test;
|
||||
driver = driver testDriverInteractive;
|
||||
driver = driver testDriver;
|
||||
driverInteractive = driver testDriverInteractive;
|
||||
};
|
||||
|
||||
runInMachine =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue