X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fwidgets%2FMakefile;h=800ea5c6c6e163c2b56f29a264ea3cd815bce477;hb=1fc47034435ae04af15199ba0670031e56909b35;hp=55467fb6a1a94dcd72d685d4b7a3e49a2d17bbf6;hpb=662315e99481a373415236ab3a191728ec8bf1bd;p=mkws-moved-to-github.git diff --git a/test/widgets/Makefile b/test/widgets/Makefile index 55467fb..800ea5c 100644 --- a/test/widgets/Makefile +++ b/test/widgets/Makefile @@ -1,10 +1,9 @@ # Copyright (c) 2013-2014 Index Data ApS. http://indexdata.com PHANTOMJS_TIMEOUT=30 -PHANTOMJS= perl ../bin/bomb.pl --timeout=${PHANTOMJS_TIMEOUT} ../node_modules/phantomjs/bin/phantomjs +PHANTOMJS= ../bin/bomb --timeout=${PHANTOMJS_TIMEOUT} ../node_modules/phantomjs/bin/phantomjs IMAGES= ./images SCREENSHOT_WIDTH_HEIGHT= 1000 1200 -PERL_SCRIPTS= ../bin/bomb.pl PROG= ../phantom/screenshot.js MD5= $(shell which md5 md5sum) TESTS= koha demos mike # koha.url @@ -61,7 +60,7 @@ index-iframe-demo: ( egrep -v example.indexdata.com url.demos | perl -ne 'chomp; print qq{

$$_

\n}' ) > iframe-demos-other.html tidy: - for i in iframe-demos.html index*.html; do \ + for i in iframe-demos*.html index*.html; do \ tidy -i -m $$i >/dev/null 2>&1; \ perl -i -npe 's,(^\s*), $$1,' $$i; \ done