aboutsummaryrefslogtreecommitdiffstats
path: root/check
diff options
context:
space:
mode:
authorLeah Rumancik <leah.rumancik@gmail.com>2022-12-14 13:59:26 -0800
committerZorro Lang <zlang@kernel.org>2022-12-16 15:58:21 +0800
commit99b97064065250e12b03ec5d8fd540ceec06ac27 (patch)
treec48fd115507bcb0057a80a5e020398b25fea6d19 /check
parent210af953f70974ec794b40f7f8769c5637df77da (diff)
downloadxfstests-dev-99b97064065250e12b03ec5d8fd540ceec06ac27.tar.gz
check: wipe tmp.arglist
Make sure tmp.arglist is wiped before each run to avoid accidentally rerunning tests. Signed-off-by: Leah Rumancik <leah.rumancik@gmail.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: David Disseldorp <ddiss@suse.de> Signed-off-by: Zorro Lang <zlang@kernel.org>
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index 1022e853d6..1ff0f44af1 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"