From: Leah Rumancik Date: Wed, 14 Dec 2022 21:59:26 +0000 (-0800) Subject: check: wipe tmp.arglist X-Git-Tag: v2022.12.18~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=99b97064065250e12b03ec5d8fd540ceec06ac27;p=xfstests-dev.git check: wipe tmp.arglist Make sure tmp.arglist is wiped before each run to avoid accidentally rerunning tests. Signed-off-by: Leah Rumancik Reviewed-by: Darrick J. Wong Reviewed-by: David Disseldorp Signed-off-by: Zorro Lang --- diff --git a/check b/check index 1022e853..1ff0f44a 100755 --- a/check +++ b/check @@ -46,7 +46,7 @@ export DIFF_LENGTH=${DIFF_LENGTH:=10} # by default don't output timestamps timestamp=${TIMESTAMP:=false} -rm -f $tmp.list $tmp.tmp $tmp.grep $here/$iam.out $tmp.xlist $tmp.report.* +rm -f $tmp.list $tmp.tmp $tmp.grep $here/$iam.out $tmp.xlist $tmp.report.* $tmp.arglist SRC_GROUPS="generic shared" export SRC_DIR="tests"