[sheepdog] [PATCH] tests/functional: unmount loopback devices before cleaning directories
Hitoshi Mitake
mitake.hitoshi at lab.ntt.co.jp
Tue Aug 27 07:21:07 CEST 2013
Some tests (e.g. 011) make loopback devices and mount them in their
directories. These devices let cleaning fail. This patch let the check
script unmount them after succeeding.
Signed-off-by: Hitoshi Mitake <mitake.hitoshi at lab.ntt.co.jp>
---
tests/functional/check | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/functional/check b/tests/functional/check
index 9fee2ef..a609c35 100755
--- a/tests/functional/check
+++ b/tests/functional/check
@@ -518,6 +518,7 @@ do
echo "$seq `expr $stop - $start`" >>$tmp.time
if ! $keep_passed
then
+ _cleanup
rm -rf $STORE
fi
fi
--
1.7.10.4
More information about the sheepdog
mailing list