forked from mirrors/nixpkgs
Merge pull request #156910 from NixOS/output-build-artefacts
This commit is contained in:
commit
071dbeb56d
|
@ -30,7 +30,7 @@ rec {
|
|||
# effectively mute the XMLLogger
|
||||
export LOGFILE=/dev/null
|
||||
|
||||
${driver}/bin/nixos-test-driver
|
||||
${driver}/bin/nixos-test-driver -o $out
|
||||
'';
|
||||
|
||||
passthru = driver.passthru // {
|
||||
|
|
Loading…
Reference in a new issue