From fabbfe673493f656ced1ca468994ca33b5cef769 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Thu, 28 May 2026 23:45:13 +0200 Subject: [PATCH] tests: replace deprecated copy_from_vm function --- test/common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/common.nix b/test/common.nix index 5017621..69c670a 100644 --- a/test/common.nix +++ b/test/common.nix @@ -156,7 +156,7 @@ let mkdir -p /tmp/shared/ cp -r trace /tmp/shared/ """) - server.copy_from_vm("trace") + server.copy_from_machine("trace") except: print("No trace found on server") if code != 0: @@ -171,7 +171,7 @@ let mkdir -p /tmp/shared/ cp -r trace /tmp/shared/ """) - client.copy_from_vm("trace") + client.copy_from_machine("trace") except: print("No trace found on client") if code != 0: