From 637245e9f51c117a1829ad4002c5a63bb78eed47 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Wed, 29 Jun 2011 17:37:30 +0000 Subject: [PATCH] print any loop devs that weren't torn down --- test/lib/aux.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/lib/aux.sh b/test/lib/aux.sh index 20b684c53..06ebd5c58 100644 --- a/test/lib/aux.sh +++ b/test/lib/aux.sh @@ -89,6 +89,9 @@ teardown_devs() { # Delete any remaining dm/udev semaphores dmsetup udevcomplete_all -y + + # Display any loop devices that failed to get torn down + losetup -a } teardown() {