]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
check: wipe tmp.arglist
authorLeah Rumancik <leah.rumancik@gmail.com>
Wed, 14 Dec 2022 21:59:26 +0000 (13:59 -0800)
committerZorro Lang <zlang@kernel.org>
Fri, 16 Dec 2022 07:58:21 +0000 (15:58 +0800)
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>
check

diff --git a/check b/check
index 1022e853d637e5a22ecfcf7dade95ab3dd6388c0..1ff0f44af13cfcf9fe9913c8c7b6a76d2e13c3bd 100755 (executable)
--- 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"