From eeba294f0355c962048315972d2d768682db55f7 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Sun, 29 Dec 2013 13:41:45 +0100 Subject: [PATCH] mon: remove fixture directory between runs Instead of just removing the store.db directory, remove everything so that --mkfs can re-create it instead of infering that it already exists. Signed-off-by: Loic Dachary --- src/test/mon/osd-pool-create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/mon/osd-pool-create.sh b/src/test/mon/osd-pool-create.sh index c3c07ccb8d00..3ec566ca8cde 100755 --- a/src/test/mon/osd-pool-create.sh +++ b/src/test/mon/osd-pool-create.sh @@ -48,7 +48,7 @@ function kill_mon() { sleep $try done - rm -fr $DIR/store.db + rm -fr $DIR/* } # explicitly set the default crush rule -- 2.47.3