]> Git Repo - qemu.git/commit
tests/vm: avoid extra compressed image copy
authorCleber Rosa <[email protected]>
Thu, 13 Jun 2019 13:07:15 +0000 (09:07 -0400)
committerAlex Bennée <[email protected]>
Thu, 4 Jul 2019 18:22:58 +0000 (19:22 +0100)
commit676d1f3e2f4667ead88cb719db0581f396fc60bf
tree26420b6678d87f2cfe3466e120cc28791b54a117
parent57dfc2c4d51e770ed3f617e5d1456d1e2bacf3f0
tests/vm: avoid extra compressed image copy

The image copy is only really needed because xz doesn't know to
properly decompress a file not named properly.  Instead of
decompressing to stdout, and having to rely on a shell, let's just
create a link instead of copying the file.

Signed-off-by: Cleber Rosa <[email protected]>
Tested-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <20190613130718[email protected]>
Signed-off-by: Alex Bennée <[email protected]>
tests/vm/centos
tests/vm/freebsd
tests/vm/netbsd
tests/vm/openbsd
This page took 0.026453 seconds and 4 git commands to generate.