new: Add seqres.full cleanup to template

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>
This commit is contained in:
Qu Wenruo
2015-09-21 13:06:18 +10:00
committed by Dave Chinner
parent ed2732fd91
commit ccdcf1236c
+3
View File
@@ -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.