From 19c986195eab02a3b1da7b532df623cf46d92418 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 31 Jan 2024 06:50:16 +0100 Subject: Adding upstream version 4.2+20240118. Signed-off-by: Daniel Baumann --- test | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') diff --git a/test b/test index b244453..49a36c3 100755 --- a/test +++ b/test @@ -140,6 +140,7 @@ do_help() { --raidtype= raid0|linear|raid1|raid456|raid10|ddf|imsm --disable-multipath Disable any tests involving multipath --disable-integrity Disable slow tests of RAID[56] consistency + --disable-linear Disable any tests involving linear --logdir=directory Directory to save all logfiles in --save-logs Usually use with --logdir together --keep-going | --no-error Don't stop on error, ie. run all tests @@ -255,6 +256,9 @@ parse_args() { --disable-integrity ) unset INTEGRITY ;; + --disable-linear ) + unset LINEAR + ;; --dev=* ) case ${i##*=} in loop ) -- cgit v1.2.3