summaryrefslogtreecommitdiff
path: root/scripts/compare_images.sh
blob: 24077264697f8927c4b45bd95042402bc1f582b8 (plain)
1
2
3
4
5
6
#!/usr/bin/env bash

set -e
set -o pipefail

(cd ./test/suite/ && ./bin/compare_images.py native)