test.sh: cleanup cov_tmp

Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>
pull/8505/head
Li Zhijian 2020-06-17 18:35:38 +08:00
parent e6b905608d
commit 0ad929f17e
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ then
${pkgs} \
&& echo ok || ((exitcode += 32))
tail -n +2 "${cov_tmp}" >>"${COVERAGE_PATH}"
rm ${cov_tmp}
fi
exit "${exitcode}"