From 55526d6577f82349bf6bb59816680d7483b61dff Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 12 Dec 2024 18:22:10 +0100 Subject: Merging upstream version 4.3+20241202. Signed-off-by: Daniel Baumann --- .github/tools/run_mdadm_tests.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 .github/tools/run_mdadm_tests.sh (limited to '.github/tools') diff --git a/.github/tools/run_mdadm_tests.sh b/.github/tools/run_mdadm_tests.sh new file mode 100755 index 0000000..456874b --- /dev/null +++ b/.github/tools/run_mdadm_tests.sh @@ -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 -- cgit v1.2.3