From ccdcf1236c7c22092946f4ece8bcf69cef317b81 Mon Sep 17 00:00:00 2001 From: Qu Wenruo Date: Mon, 21 Sep 2015 13:06:18 +1000 Subject: [PATCH] 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 --- new | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.30.2