3
0
Fork 0
forked from mirrors/nixpkgs

nixos/testing-python: actually copy build artefacts

This broke in #156858.
This commit is contained in:
Patrick Hilhorst 2022-01-26 22:26:19 +01:00 committed by GitHub
parent d1d974caea
commit 23c87e7991
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 // {