nixosTests.goupile: fix build

Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
This commit is contained in:
phanirithvij
2026-08-01 23:58:11 +05:30
parent 32d4c4165e
commit 46962808a6
+1 -3
View File
@@ -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: