[PATCH] Fix --no-error in test script

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Jes Sorensen <Jes.Sorensen@xxxxxxxxxx>

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@xxxxxxxxxx>
---
 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

--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux RAID Wiki]     [ATA RAID]     [Linux SCSI Target Infrastructure]     [Linux Block]     [Linux IDE]     [Linux SCSI]     [Linux Hams]     [Device Mapper]     [Device Mapper Cryptographics]     [Kernel]     [Linux Admin]     [Linux Net]     [GFS]     [RPM]     [git]     [Yosemite Forum]


  Powered by Linux