X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fwidgets%2FMakefile;h=dbd9bbfc7270377f419ed233584bbfe7fc1b80aa;hb=50c237596d2f1a53c2413056e73a70e085c8a94e;hp=244bc90d97b33ac606bab7826beaae07c3af48dd;hpb=e1a241b58750ee3601cf8a282778398e518078e9;p=mkws-moved-to-github.git diff --git a/test/widgets/Makefile b/test/widgets/Makefile index 244bc90..dbd9bbf 100644 --- a/test/widgets/Makefile +++ b/test/widgets/Makefile @@ -28,7 +28,7 @@ screenshot: ${PHANTOMJS} ${PROG} ${PHANTOMJS_URL} ${IMAGES}/tmp.$$file.png ${SCREENSHOT_WIDTH_HEIGHT} ${TIMEOUT}; \ mv -f ${IMAGES}/tmp.$$file.png ${IMAGES}/$$file.png -screenshots: +screenshots: clean for i in $$(cat url.txt); do \ make PHANTOMJS_URL="$$i" TIMEOUT=4 screenshot; \ done; wait