linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix --no-error in test script
@ 2012-05-29 13:17 Jes.Sorensen
  0 siblings, 0 replies; only message in thread
From: Jes.Sorensen @ 2012-05-29 13:17 UTC (permalink / raw)
  To: neilb; +Cc: linux-raid

From: Jes Sorensen <Jes.Sorensen@redhat.com>

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>
---
 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
-- 
1.7.10.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-29 13:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-29 13:17 [PATCH] Fix --no-error in test script Jes.Sorensen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).