From e71c247764e6162815f82a6e32a96c1364d21ff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Bu=CC=88nemann?= Date: Thu, 2 Jun 2016 20:38:41 +0200 Subject: [PATCH] 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. --- test/test_formats.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_formats.sh b/test/test_formats.sh index 130f0dcb..5cf471de 100755 --- a/test/test_formats.sh +++ b/test/test_formats.sh @@ -4,6 +4,7 @@ # as a test of the command-line interface # set -x +set -e . ./variables.sh