From a0a2226d8e833930c8e76ddb65e80fc52ed3107c Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 27 Sep 2016 02:00:46 +0200 Subject: coverity: remove myproject.tgz before re-creating, x2 Just paranoia. Change-Id: Ia2ae2bd5e88e6aaaab4d1ac63bf07ccd469a63b7 --- coverity/coverity_all.sh | 1 + coverity/coverity_iuh.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/coverity/coverity_all.sh b/coverity/coverity_all.sh index fd5276c..fba5271 100755 --- a/coverity/coverity_all.sh +++ b/coverity/coverity_all.sh @@ -20,6 +20,7 @@ do_build() { cov-build --dir cov-int make make install + rm -f myproject.tgz tar czf myproject.tgz cov-int } diff --git a/coverity/coverity_iuh.sh b/coverity/coverity_iuh.sh index 82a6099..3007dda 100755 --- a/coverity/coverity_iuh.sh +++ b/coverity/coverity_iuh.sh @@ -12,6 +12,7 @@ rm -rf "$cov_dir" cov-build --dir "$cov_dir" ./build_iuh.sh cd "$src_dir" +rm -f myproject.tgz tar czf myproject.tgz cov-int curl \ -- cgit v1.2.3