From 2bb7ba31bc441a60f68ed1bc608a9d69ee483ae9 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Mon, 3 Feb 2014 18:53:35 +0100 Subject: [PATCH] tune screenshot size --- test/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 ]" -- 1.7.10.4