public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] check: wipe tmp.arglist
@ 2022-12-14 21:59 Leah Rumancik
  2022-12-15 11:36 ` David Disseldorp
  2022-12-15 16:10 ` Darrick J. Wong
  0 siblings, 2 replies; 4+ messages in thread
From: Leah Rumancik @ 2022-12-14 21:59 UTC (permalink / raw)
  To: fstests; +Cc: djwong, Leah Rumancik

Make sure tmp.arglist is wiped before each run to avoid
accidentally rerunning tests.

Signed-off-by: Leah Rumancik <leah.rumancik@gmail.com>
---
 check | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/check b/check
index d2e51296..81a30928 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"
-- 
2.39.0.314.g84b9a713c41-goog


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-12-19 19:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-14 21:59 [PATCH] check: wipe tmp.arglist Leah Rumancik
2022-12-15 11:36 ` David Disseldorp
2022-12-15 16:10 ` Darrick J. Wong
2022-12-19 19:03   ` Leah Rumancik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox