projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a88897
)
cleanup before generating screenshots
author
Wolfram Schneider
<wosch@indexdata.dk>
Thu, 9 Oct 2014 14:53:17 +0000
(14:53 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Thu, 9 Oct 2014 14:53:17 +0000
(14:53 +0000)
test/widgets/Makefile
patch
|
blob
|
history
diff --git
a/test/widgets/Makefile
b/test/widgets/Makefile
index
244bc90
..
dbd9bbf
100644
(file)
--- 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