blob: c3f201491e4ed5ee6ca20a08f314521f95addac7 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001#!/bin/sh
2
Patrick Williams2a254922023-08-11 09:48:11 -05003logdir=$PWD/logs
4targetdir=/mdadm-testing-dir
Andrew Geissler82c905d2020-04-13 13:39:40 -05005
Patrick Williams2a254922023-08-11 09:48:11 -05006rm -rf $targetdir $logdir
7mkdir -p $targetdir $logdir
8
9# make the test continue to execute even one fail
10./test --keep-going --disable-integrity --skip-broken --save-logs --logdir=$logdir