Adding upstream version 4.3+20241202.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
07a108cefd
commit
b68050ea8d
22 changed files with 325 additions and 402 deletions
18
.github/tools/run_mdadm_tests.sh
vendored
Executable file
18
.github/tools/run_mdadm_tests.sh
vendored
Executable file
|
@ -0,0 +1,18 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
sudo make clean
|
||||
sudo make -j$(nproc)
|
||||
sudo make install
|
||||
sudo mdadm -Ss
|
||||
sudo ./test setup
|
||||
|
||||
# Uncomment and adjust this to minimalize testing time for CI or test improvements.
|
||||
# --tests=test1,test2,... Comma separated list of tests to run
|
||||
|
||||
#sudo ./test --tests=00createnames
|
||||
|
||||
sudo ./test --skip-broken --no-error --disable-integrity --disable-multipath --disable-linear --keep-going
|
||||
|
||||
ret=$?
|
||||
sudo ./test cleanup
|
||||
exit $ret
|
Loading…
Add table
Add a link
Reference in a new issue