From: Wolfram Schneider Date: Thu, 9 Oct 2014 14:31:51 +0000 (+0000) Subject: tune screenshot size X-Git-Tag: 1.0.0~258^2~1^2~7 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=071252b434b22d16ee1c18db2ae5c8615ef9f993 tune screenshot size --- diff --git a/test/widgets/Makefile b/test/widgets/Makefile index 6463ae8..0cd4805 100644 --- a/test/widgets/Makefile +++ b/test/widgets/Makefile @@ -3,7 +3,7 @@ PHANTOMJS_TIMEOUT=18 PHANTOMJS= ../node_modules/phantomjs/bin/phantomjs IMAGES= ./images -SCREENSHOT_WIDTH_HEIGHT= 1400 800 +SCREENSHOT_WIDTH_HEIGHT= 1000 1200 PERL_SCRIPTS= ../bin/bomb.pl PROG= ../phantom/screenshot.js MD5= $(shell which md5 md5sum) @@ -12,7 +12,7 @@ TIMEOUT=5 PHANTOMJS_URL= http://cph.koha.indexdata.com/cgi-bin/koha/opac-search.pl?q=sushi PHANTOMJS_URL= http://www.indexdata.com/ -all: check +all: help clean: rm -f mkws-error.png mkws-error.html @@ -38,6 +38,7 @@ index: help: @echo "make [ all | clean | distclean ]" - @echo " [ screenshot | index | screenshots ]" + @echo " [ screenshots ]" + @echo " [ screenshot | index ]" @echo ""