X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=test%2Fwidgets%2FMakefile;h=5d731c0acfd198246d5fc8aa171b5bfc91955a8b;hb=c4a892ed9cba0c10e9e7257137acf4c7580f3b86;hp=244bc90d97b33ac606bab7826beaae07c3af48dd;hpb=e1a241b58750ee3601cf8a282778398e518078e9;p=mkws-moved-to-github.git diff --git a/test/widgets/Makefile b/test/widgets/Makefile index 244bc90..5d731c0 100644 --- a/test/widgets/Makefile +++ b/test/widgets/Makefile @@ -7,6 +7,7 @@ SCREENSHOT_WIDTH_HEIGHT= 1000 1200 PERL_SCRIPTS= ../bin/bomb.pl PROG= ../phantom/screenshot.js MD5= $(shell which md5 md5sum) +URL_FILE= koha.url TIMEOUT=5 PHANTOMJS_URL= http://cph.koha.indexdata.com/cgi-bin/koha/opac-search.pl?q=sushi @@ -28,11 +29,11 @@ screenshot: ${PHANTOMJS} ${PROG} ${PHANTOMJS_URL} ${IMAGES}/tmp.$$file.png ${SCREENSHOT_WIDTH_HEIGHT} ${TIMEOUT}; \ mv -f ${IMAGES}/tmp.$$file.png ${IMAGES}/$$file.png -screenshots: - for i in $$(cat url.txt); do \ - make PHANTOMJS_URL="$$i" TIMEOUT=4 screenshot; \ +screenshots: clean + for i in $$(cat ${URL_FILE}); do \ + ${MAKE} PHANTOMJS_URL="$$i" TIMEOUT=4 screenshot; \ done; wait - make index + ${MAKE} index index: cd ${IMAGES}; ls -tr *.png | perl -ne 'chomp; print qq{

$$_



\n}' > index.html