diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2016-11-16 16:05:25 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2016-11-17 15:42:44 +0100 |
commit | 5f010b0979b18d20b793186b2e1e44fc25d81fa7 (patch) | |
tree | b27ffa68f93d04db64f8543f43d7768ca14bddf0 /scripts | |
parent | cbe5de98fa993f84737bc005596383484ff3abe0 (diff) | |
download | qtlocation-mapboxgl-5f010b0979b18d20b793186b2e1e44fc25d81fa7.tar.gz |
[build] don't abort with an error code to allow reporting partial builds
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/log_binary_size.sh | 1 |
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 |