Skip to content

Commit 84e6f5c

Browse files
committed
Revert "test(conftest): move (not copy) vm artifacts"
This reverts commit f6fa622. Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
1 parent bb2d000 commit 84e6f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def microvm_factory(request, record_property, results_dir, netns_factory):
350350
if not os.path.isfile(src):
351351
continue
352352
dst = uvm_data / item
353-
shutil.move(src, dst)
353+
shutil.copy(src, dst)
354354
console_data = uvm.console_data
355355
if console_data:
356356
uvm_data.joinpath("guest-console.log").write_text(console_data)

0 commit comments

Comments
 (0)