#!/bin/sh

mkdir -p /mdadm-testing-dir
# make the test continue to execute even one fail
./test --keep-going

rm -rf /mdadm-testing-dir/*
