Make sure test_formats.sh exits on errors

This is required to make sure we fail if a vips command fails, eg. due
to a missing fixture.
This commit is contained in:
Felix Bünemann 2016-06-02 20:38:41 +02:00
parent dacca27ac3
commit e71c247764
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
# as a test of the command-line interface
# set -x
set -e
. ./variables.sh