From: Wolfram Schneider Date: Mon, 3 Feb 2014 17:53:35 +0000 (+0100) Subject: tune screenshot size X-Git-Tag: 1.0.0~1529^2~10 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=2bb7ba31bc441a60f68ed1bc608a9d69ee483ae9;p=mkws-moved-to-github.git tune screenshot size --- diff --git a/test/Makefile b/test/Makefile index 2c83086..984ce85 100644 --- a/test/Makefile +++ b/test/Makefile @@ -33,7 +33,7 @@ phantomjs: ${PHANTOMJS} phantom/evaluate.js ${PHANTOMJS_URL} ${PHANTOMJS_TIMEOUT} screenshot: - ${PHANTOMJS} phantom/screenshot.js ${PHANTOMJS_URL} ${IMAGES}/screenshot.png 1200 + ${PHANTOMJS} phantom/screenshot.js ${PHANTOMJS_URL} ${IMAGES}/screenshot.png 1200 1000 jsbeautifier jsb indent: for i in ./spec*/*.js ./js/*.js ./phantom/*.js; do \ @@ -45,5 +45,6 @@ node_modules: npm install ${NPM_INSTALL_FLAGS} jQuery xmlhttprequest jsdom request jasmine-node phantomjs help: - @echo "make [ all | check | phantomjs | clean | distclean ]" + @echo "make [ all | check | clean | distclean ]" + @echo " [ phantomjs | screenshot ]" @echo " [ jsbeautifier | node-modules ]"