nixosTests.goupile: fix build (#548160)

This commit is contained in:
Ivan Mincik
2026-08-04 09:36:10 +00:00
committed by GitHub
+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: