From fc092254a15f130f3ca1a15342b91534a3c4c24e Mon Sep 17 00:00:00 2001 From: Jes Sorensen Date: Tue, 29 May 2012 15:17:54 +0200 Subject: [PATCH] Fix --no-error in test script b8e91a32cdaa2a6dea8b0dd54365ede33d5a9a60 was applied incorrectly. It changed the name of the variable set when specifying --no-error, without changing the places checking it. Set it back as it was to make --no-error work correctly again. Signed-off-by: Jes Sorensen Signed-off-by: NeilBrown --- test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test b/test index 586e988..80e1915 100755 --- a/test +++ b/test @@ -284,7 +284,7 @@ parse_args() { fi ;; --no-error) - exit_on_error=0 + exitonerror=0 ;; --disable-multipath) unset MULTIPATH