From a681e100dfc3140325e47a9bdde21e69c3f2436b Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 1 Sep 2013 21:51:34 +0100 Subject: [PATCH] strace make quickcheck to try to narrow down RHBZ#1003088 --- libguestfs.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libguestfs.spec b/libguestfs.spec index e7d2875..cb329b8 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -636,6 +636,7 @@ export LIBGUESTFS_TRACE=1 # Enable libvirt debugging. export LIBVIRT_DEBUG=1 +strace -f -s 1024 make quickcheck # 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