* [PATCH] fstests: template: Add seqres.full cleanup
@ 2015-08-28 1:40 Qu Wenruo
0 siblings, 0 replies; only message in thread
From: Qu Wenruo @ 2015-08-28 1:40 UTC (permalink / raw)
To: fstests, linux-btrfs
Add cleanup for seqres.full for new test case template, as sometimes
new testcase may forgot to cleanup seqres.full.
Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com>
---
new | 3 +++
1 file changed, 3 insertions(+)
diff --git a/new b/new
index c734bdc..ab2af69 100755
--- a/new
+++ b/new
@@ -200,6 +200,9 @@ _cleanup()
. ./common/rc
. ./common/filter
+# remove previous \$seqres.full before test
+rm -f \$seqres.full
+
# real QA test starts here
# Modify as appropriate.
--
1.8.3.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-08-28 1:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-28 1:40 [PATCH] fstests: template: Add seqres.full cleanup Qu Wenruo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).