Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
mkdir -p /mdadm-testing-dir
|
||||
# make the test continue to execute even one fail
|
||||
dir=. ./test --keep-going --disable-integrity --skip-broken
|
||||
|
||||
rm -rf /mdadm-testing-dir/*
|
||||
Reference in New Issue
Block a user