strace make quickcheck to try to narrow down RHBZ#1003088

This commit is contained in:
Richard W.M. Jones 2013-09-01 21:51:34 +01:00
parent d2f7abe0cc
commit a681e100df

View File

@ -636,6 +636,7 @@ export LIBGUESTFS_TRACE=1
# Enable libvirt debugging. # Enable libvirt debugging.
export LIBVIRT_DEBUG=1 export LIBVIRT_DEBUG=1
strace -f -s 1024 make quickcheck
# This test fails because we build the ISO after encoding the checksum # This test fails because we build the ISO after encoding the checksum
# of the ISO in the test itself. Need to fix the test to work out the # of the ISO in the test itself. Need to fix the test to work out the