From: Wolfram Schneider Date: Wed, 5 Nov 2014 16:20:01 +0000 (+0000) Subject: shell for loop must fail in case of an error X-Git-Tag: 1.0.0~80 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;ds=inline;h=b262f721faa1e2b11081fbf8ca9d12751929fc32;hp=a9772d3eb3dda0386b98a03d83656058a6adcec4;p=mkws-moved-to-github.git shell for loop must fail in case of an error --- diff --git a/test/widgets/Makefile b/test/widgets/Makefile index e2d3581..e693a15 100644 --- a/test/widgets/Makefile +++ b/test/widgets/Makefile @@ -32,6 +32,7 @@ screenshot: mv -f ${IMAGES}/tmp.$$file.png ${IMAGES}/$$file.png screenshots: clean estimate-time iframe + set -e; \ for t in ${TESTS}; do \ for i in $$(cat url.$$t); do \ ${MAKE} PHANTOMJS_URL="$$i" TIMEOUT=4 PREFIX=$$t screenshot; \