Skip to content

Commit

Permalink
v2v: add fake rhev-apt.exe
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rvka authored and rwmjones committed Oct 8, 2015
1 parent c1af1ba commit 2fabb89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion v2v/Makefile.am
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions v2v/fake-virt-tools/rhev-apt.exe
@@ -0,0 +1 @@
This is a fake rhev-apt.exe, used for testing only

0 comments on commit 2fabb89

Please sign in to comment.