add debugging of $HOME to try to narrow down RHBZ#1003088
This commit is contained in:
parent
a681e100df
commit
86cdc0f940
@ -635,6 +635,11 @@ export LIBGUESTFS_DEBUG=1
|
|||||||
export LIBGUESTFS_TRACE=1
|
export LIBGUESTFS_TRACE=1
|
||||||
|
|
||||||
# Enable libvirt debugging.
|
# Enable libvirt debugging.
|
||||||
|
echo HOME=$HOME
|
||||||
|
ls -al $HOME ||:
|
||||||
|
ls -al /builddir ||:
|
||||||
|
ls -al /builddir/.cache ||:
|
||||||
|
ls -al /builddir/.config ||:
|
||||||
export LIBVIRT_DEBUG=1
|
export LIBVIRT_DEBUG=1
|
||||||
strace -f -s 1024 make quickcheck
|
strace -f -s 1024 make quickcheck
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user