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:
Roman Kagan
2015-10-08 16:50:33 +03:00
committed by Richard W.M. Jones
parent c1af1ba32f
commit 2fabb89fee
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -0,0 +1 @@
This is a fake rhev-apt.exe, used for testing only