From 71f8726b0a94ee830454369f7da2b508d8975d30 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Thu, 5 Sep 2013 08:56:25 -0400 Subject: tests: call 'cleanup' at the end of each test (backport BZ 983975) Some tests do not cleanup after themselves. That is bad behaviour and makes it difficult to run single tests and verify the state of the system afterwards. Change-Id: I5cf80a4a996c691e6b82fd9ce9c711951dc26138 Signed-off-by: Kaleb S. KEITHLEY BUG: 1004756 Reviewed-on: http://review.gluster.org/5821 Tested-by: Gluster Build System Reviewed-by: Niels de Vos --- tests/bugs/bug-878004.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/bugs/bug-878004.t') diff --git a/tests/bugs/bug-878004.t b/tests/bugs/bug-878004.t index 5397be2a663..8dc983553f0 100644 --- a/tests/bugs/bug-878004.t +++ b/tests/bugs/bug-878004.t @@ -25,4 +25,4 @@ EXPECT '2' brick_count $V0 TEST $CLI volume remove-brick $V0 $H0:$B0/${V0}3; EXPECT '1' brick_count $V0 - +cleanup -- cgit