about summary refs log tree commit diff
path: root/nixos/lib/testing-python.nix
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2022-01-26 22:26:19 +0100
committerGitHub <noreply@github.com>2022-01-26 22:26:19 +0100
commit23c87e799185769b8706f95a1d5c992fd63a77da (patch)
treeed1b1256d39f1ac0e83cb9e013fb58fdf65b7bab /nixos/lib/testing-python.nix
parentd1d974caea9678df94c578063cd64d85ba6ba63a (diff)
nixos/testing-python: actually copy build artefacts
This broke in #156858.
Diffstat (limited to 'nixos/lib/testing-python.nix')
-rw-r--r--nixos/lib/testing-python.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/lib/testing-python.nix b/nixos/lib/testing-python.nix
index 3d89e5484d16c..0d3c3a89e7836 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 // {