diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2015-05-13 15:10:02 +0200 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2015-05-13 17:19:53 -0700 |
commit | 37a34d4287d0b15f36a253abce7e5d1e8079fb2f (patch) | |
tree | 4c260b8b0069da0f0d932df099a489ee23fe5d93 /scripts | |
parent | 4db34bd9efc7c54088e8bcbdf8daae760cc5cdc0 (diff) | |
download | qtlocation-mapboxgl-37a34d4287d0b15f36a253abce7e5d1e8079fb2f.tar.gz |
update test suite and fail Travis when comparisons fail
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/compare_images.sh | 2 |
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) |