From 46962808a644ece8afd88a546da5559e18fe03df Mon Sep 17 00:00:00 2001 From: phanirithvij Date: Sat, 1 Aug 2026 23:58:11 +0530 Subject: [PATCH] nixosTests.goupile: fix build Signed-off-by: phanirithvij --- nixos/tests/web-apps/goupile/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nixos/tests/web-apps/goupile/default.nix b/nixos/tests/web-apps/goupile/default.nix index f38606830871..2af97b659a92 100644 --- a/nixos/tests/web-apps/goupile/default.nix +++ b/nixos/tests/web-apps/goupile/default.nix @@ -100,7 +100,6 @@ in in # py '' - import os start_all() machine.wait_for_unit("goupile.service") @@ -113,8 +112,7 @@ in try: machine.succeed("run-goupile-test") finally: - out_dir = os.environ.get("out", os.getcwd()) - machine.copy_from_machine("/tmp/videos", out_dir) + machine.copy_from_machine("/tmp/videos") ''; # Debug interactively with: