xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/mdadm/files/run-ptest (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun#!/bin/sh
2*4882a593Smuzhiyun
3*4882a593Smuzhiyunmkdir -p /mdadm-testing-dir
4*4882a593Smuzhiyun# make the test continue to execute even one fail
5*4882a593Smuzhiyundir=. ./test --keep-going --disable-integrity
6*4882a593Smuzhiyun
7*4882a593Smuzhiyunrm -rf /mdadm-testing-dir/*
8