summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-11-16 16:05:25 +0100
committerKonstantin Käfer <mail@kkaefer.com>2016-11-17 15:42:44 +0100
commit5f010b0979b18d20b793186b2e1e44fc25d81fa7 (patch)
treeb27ffa68f93d04db64f8543f43d7768ca14bddf0 /scripts
parentcbe5de98fa993f84737bc005596383484ff3abe0 (diff)
downloadqtlocation-mapboxgl-5f010b0979b18d20b793186b2e1e44fc25d81fa7.tar.gz
[build] don't abort with an error code to allow reporting partial builds
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/log_binary_size.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/log_binary_size.sh b/scripts/log_binary_size.sh
index 45840174e9..5de9438c53 100755
--- a/scripts/log_binary_size.sh
+++ b/scripts/log_binary_size.sh
@@ -33,5 +33,4 @@ if [ -f "${FILE}" ]; then
fi
else
echo "* File '${FILE}' does not exist"
- exit 1
fi