From: Qu Wenruo Date: Mon, 21 Sep 2015 03:06:18 +0000 (+1000) Subject: new: Add seqres.full cleanup to template X-Git-Tag: v2022.05.01~2799 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=ccdcf1236c7c22092946f4ece8bcf69cef317b81 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 --- diff --git a/new b/new index c734bdc5..ab2af69a 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.