Unverified Commit 23c87e79 authored by Patrick Hilhorst's avatar Patrick Hilhorst Committed by GitHub
Browse files

nixos/testing-python: actually copy build artefacts

This broke in #156858.
parent d1d974ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 // {