mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
v2v: add fake rhev-apt.exe
Without rhev-apt.exe the code path where firstboot scripts are created isn't taken, so it isn't tested and v2v/test-v2v-windows-conversion.sh is supposed to fail (it actually doesn't but for another reason, addressed in a followup patch). Signed-off-by: Roman Kagan <rkagan@virtuozzo.com>
This commit is contained in:
committed by
Richard W.M. Jones
parent
c1af1ba32f
commit
2fabb89fee
@@ -109,7 +109,8 @@ SOURCES_C = \
|
||||
|
||||
fake_virt_tools_dir = fake-virt-tools
|
||||
FAKE_VIRT_TOOLS = \
|
||||
$(fake_virt_tools_dir)/rhsrvany.exe
|
||||
$(fake_virt_tools_dir)/rhsrvany.exe \
|
||||
$(fake_virt_tools_dir)/rhev-apt.exe
|
||||
|
||||
if HAVE_OCAML
|
||||
|
||||
|
||||
1
v2v/fake-virt-tools/rhev-apt.exe
Normal file
1
v2v/fake-virt-tools/rhev-apt.exe
Normal file
@@ -0,0 +1 @@
|
||||
This is a fake rhev-apt.exe, used for testing only
|
||||
Reference in New Issue
Block a user