[PATCH 3/3] Replace --no-error by --keep-going

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

 



Signed-off-by: Gilles Espinasse <g.esp@xxxxxxx>

Suggest to replace by the option name that 'make' use.
no error is only a developper hope.
---
 test |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test b/test
index 8339d06..c5b1982 100755
--- a/test
+++ b/test
@@ -252,7 +252,7 @@ do_help() {
   echo "    --disable-multipath         Disable any tests involving multipath"
   echo "    --logdir=<directory>        Directory to save logfiles in"
   echo "    --save-logs                 Save all logs in <logdir>"
-  echo "    --no-error                  Don't stop on error, ie. run all tests"
+  echo "    --keep-going                Don't stop on error, ie. run all tests"
   echo "    setup                       Setup test environment and exit"
   echo "    cleanup                     Cleanup test environment"
   echo "    <prefix>                    Run tests with <prefix>"
@@ -289,7 +289,7 @@ parse_args() {
 	fi
       fi
       ;;
-    --no-error)
+    --keep-going)
       exitonerror=0
       ;;
     --disable-multipath)
-- 
1.7.2.5

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