add debugging of $HOME to try to narrow down RHBZ#1003088

This commit is contained in:
Richard W.M. Jones 2013-09-01 23:18:03 +01:00
parent a681e100df
commit 86cdc0f940
1 changed files with 5 additions and 0 deletions

View File

@ -635,6 +635,11 @@ export LIBGUESTFS_DEBUG=1
export LIBGUESTFS_TRACE=1
# Enable libvirt debugging.
echo HOME=$HOME
ls -al $HOME ||:
ls -al /builddir ||:
ls -al /builddir/.cache ||:
ls -al /builddir/.config ||:
export LIBVIRT_DEBUG=1
strace -f -s 1024 make quickcheck