summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfuse/test-fuse.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/fuse/test-fuse.sh b/fuse/test-fuse.sh
index d464f11e..15e96313 100755
--- a/fuse/test-fuse.sh
+++ b/fuse/test-fuse.sh
@@ -100,6 +100,8 @@ EOF
stage Mounting the filesystem
$guestmount -a "$image" -m /dev/sda1 "$mp"
+# To debug guestmount, add this to the end of the preceding command:
+# -v -x & sleep 60
stage Changing into mounted directory
cd "$mp"