1
0
Fork 0

Adding upstream version 4.2+20240118.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-14 06:32:52 +01:00
parent b51ed532eb
commit 46f4ecf318
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
29 changed files with 158 additions and 229 deletions

4
test
View file

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