aboutsummaryrefslogtreecommitdiffstats
path: root/coverity
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-27 02:00:46 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-27 02:12:48 +0200
commita0a2226d8e833930c8e76ddb65e80fc52ed3107c (patch)
treec1f7368f860c6899c1095e03223a162451595f54 /coverity
parent6ed7020b6f8023e6b44f6574c839df139d092126 (diff)
coverity: remove myproject.tgz before re-creating, x2
Diffstat (limited to 'coverity')
-rwxr-xr-xcoverity/coverity_all.sh1
-rwxr-xr-xcoverity/coverity_iuh.sh1
2 files changed, 2 insertions, 0 deletions
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 \