about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2022-01-27 01:00:46 +0100
committerGitHub <noreply@github.com>2022-01-27 01:00:46 +0100
commit071dbeb56deeb56028486048fc9062213d92135d (patch)
treecdc46d08145fed261e36558a3e2d5648d680ebc9 /nixos
parent6d28139e80dd2976650c6356269db942202e7c90 (diff)
parent23c87e799185769b8706f95a1d5c992fd63a77da (diff)
Merge pull request #156910 from NixOS/output-build-artefacts
Diffstat (limited to 'nixos')
-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 // {