summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-10-31 16:11:36 -0400
committerKonstantin Käfer <mail@kkaefer.com>2014-10-31 16:11:36 -0400
commit08515b41c0804c5b8ff3b7f7cfb6dc94053648c5 (patch)
tree2c0427f69e434adc144c3739a26b004a4412a335 /scripts
parent080c185ea1b05dd673076e385cc659ecc46c697b (diff)
downloadqtlocation-mapboxgl-08515b41c0804c5b8ff3b7f7cfb6dc94053648c5.tar.gz
call correct image compare script
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 4329478fb2..f9e1a81edb 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.js || true))
+(cd ./test/suite/ && (./bin/compare_images.py || true))