summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJes Sorensen <Jes.Sorensen@redhat.com>2012-05-29 15:17:54 +0200
committerNeilBrown <neilb@suse.de>2012-05-30 10:44:10 +1000
commitfc092254a15f130f3ca1a15342b91534a3c4c24e (patch)
tree9e000ca161e4883d48651ae1c2ab9aca7121e958 /test
parente1993023991a6fa6539cc604b4b3d6718833250d (diff)
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 <Jes.Sorensen@redhat.com> Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'test')
-rwxr-xr-xtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test b/test
index 586e988b..80e1915a 100755
--- a/test
+++ b/test
@@ -284,7 +284,7 @@ parse_args() {
fi
;;
--no-error)
- exit_on_error=0
+ exitonerror=0
;;
--disable-multipath)
unset MULTIPATH