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: https://www.infradead.org/git/?a=commitdiff_plain;h=ccdcf1236c7c22092946f4ece8bcf69cef317b81;p=users%2Fhch%2Fxfstests-dev.git 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 c734bdc56..ab2af69aa 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.