mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-17 23:19:25 +03:00
nixos/test-driver: use an argument instead of the out env-var
This commit is contained in:
parent
1e643a3852
commit
f9b5f9dba7
4 changed files with 38 additions and 7 deletions
|
@ -30,7 +30,7 @@ rec {
|
|||
# effectively mute the XMLLogger
|
||||
export LOGFILE=/dev/null
|
||||
|
||||
${driver}/bin/nixos-test-driver
|
||||
${driver}/bin/nixos-test-driver $out
|
||||
'';
|
||||
|
||||
passthru = driver.passthru // {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue