From 071252b434b22d16ee1c18db2ae5c8615ef9f993 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Thu, 9 Oct 2014 14:31:51 +0000 Subject: [PATCH] tune screenshot size --- test/widgets/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 "" -- 1.7.10.4