mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
v2v: Disable valgrind tests that are confused by -o rhev forking.
This updates commit 0dfa96c043.
This commit is contained in:
@@ -68,7 +68,9 @@ mkdir $d/12345678-1234-1234-1234-123456789abc/images
|
||||
mkdir $d/12345678-1234-1234-1234-123456789abc/master
|
||||
mkdir $d/12345678-1234-1234-1234-123456789abc/master/vms
|
||||
|
||||
$VG virt-v2v --debug-gc --no-copy \
|
||||
# $VG - XXX Disabled because the forking used to write files in -o rhev
|
||||
# mode confuses valgrind.
|
||||
virt-v2v --debug-gc --no-copy \
|
||||
-i libvirt -ic "$libvirt_uri" windows \
|
||||
-o rhev -os $d
|
||||
|
||||
|
||||
@@ -57,7 +57,9 @@ mkdir $d/12345678-1234-1234-1234-123456789abc/images
|
||||
mkdir $d/12345678-1234-1234-1234-123456789abc/master
|
||||
mkdir $d/12345678-1234-1234-1234-123456789abc/master/vms
|
||||
|
||||
$VG virt-v2v --debug-gc \
|
||||
# $VG - XXX Disabled because the forking used to write files in -o rhev
|
||||
# mode confuses valgrind.
|
||||
virt-v2v --debug-gc \
|
||||
-i libvirt -ic "$libvirt_uri" windows \
|
||||
-o rhev -os $d
|
||||
|
||||
|
||||
Reference in New Issue
Block a user