From: Wolfram Schneider Date: Wed, 7 Jan 2015 13:04:20 +0000 (+0000) Subject: run tidy by default X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=ee3282a42d5c2f250262ecf92f911ee34d5afe87 run tidy by default --- diff --git a/test/widgets/Makefile b/test/widgets/Makefile index 2c1fcbf..31b826f 100644 --- a/test/widgets/Makefile +++ b/test/widgets/Makefile @@ -31,7 +31,7 @@ screenshot: ${PHANTOMJS} ${PROG} "${PHANTOMJS_URL}" ${IMAGES}/tmp.$$file.png ${SCREENSHOT_WIDTH_HEIGHT} ${TIMEOUT}; \ mv -f ${IMAGES}/tmp.$$file.png ${IMAGES}/$$file.png -screenshots: clean estimate-time iframe +screenshots: clean estimate-time iframe tidy set -e; \ for t in ${TESTS}; do \ for i in $$(cat url.$$t); do \