run-xfstest.zsh: Remove xml file of previous run before starting

Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
This commit is contained in:
Anna Schumaker 2022-02-16 13:57:59 -05:00
parent ee6e9c3cf8
commit f61184fccb
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ export RESULT_BASE=/home/${USER[-1]}/xfstests-dev/results/${PROTO[-1]}/${VERSION
mkdir -p $TEST_DIR
mkdir -p $SCRATCH_MNT
[ -e local.config ] && rm -f local.config
[ -e $RESULT_BASE/result.xml ] && rm -f $RESULT_BASE/result.xml
echo "TIME -- $(date)"
echo "TEST_DEV -- $TEST_DEV"