summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-05-13 15:10:02 +0200
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-05-13 17:19:53 -0700
commit37a34d4287d0b15f36a253abce7e5d1e8079fb2f (patch)
tree4c260b8b0069da0f0d932df099a489ee23fe5d93 /scripts
parent4db34bd9efc7c54088e8bcbdf8daae760cc5cdc0 (diff)
downloadqtlocation-mapboxgl-37a34d4287d0b15f36a253abce7e5d1e8079fb2f.tar.gz
update test suite and fail Travis when comparisons fail
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/compare_images.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/compare_images.sh b/scripts/compare_images.sh
index f9e1a81edb..2407726469 100755
--- a/scripts/compare_images.sh
+++ b/scripts/compare_images.sh
@@ -3,4 +3,4 @@
set -e
set -o pipefail
-(cd ./test/suite/ && (./bin/compare_images.py || true))
+(cd ./test/suite/ && ./bin/compare_images.py native)