From 23c87e799185769b8706f95a1d5c992fd63a77da Mon Sep 17 00:00:00 2001 From: Patrick Hilhorst Date: Wed, 26 Jan 2022 22:26:19 +0100 Subject: nixos/testing-python: actually copy build artefacts This broke in #156858. --- nixos/lib/testing-python.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/lib/testing-python.nix b/nixos/lib/testing-python.nix index 3d89e5484d16..0d3c3a89e783 100644 --- a/nixos/lib/testing-python.nix +++ b/nixos/lib/testing-python.nix @@ -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 // { -- cgit v1.2.3