From ad8e15d13afb5fb96f433e62ac60b837d5ffc61c Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Fri, 7 Feb 2014 23:06:12 +0100 Subject: [PATCH] spaces to make cut&paste of an URL easier --- test/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/Makefile b/test/Makefile index ee50534..4cc9211 100644 --- a/test/Makefile +++ b/test/Makefile @@ -3,11 +3,12 @@ # For running on Mike's local install of node.js MIKE = PATH=$$PATH:/usr/local/lib/node-v0.10.24-linux-x64/bin +PHANTOMJS_URL=https://mkws-dev.indexdata.com/jasmine-popup.html +PHANTOMJS_TIMEOUT=12 + NPM_INSTALL_FLAGS=-q JASMINE_NODE= ./node_modules/jasmine-node/bin/jasmine-node PHANTOMJS= ./bomb.pl ./node_modules/phantomjs/bin/phantomjs -PHANTOMJS_URL= https://mkws-dev.indexdata.com/jasmine-popup.html -PHANTOMJS_TIMEOUT= 12 IMAGES= ./images SCREENSHOT_WIDTH= 360 480 640 768 1024 1200 1440 2048 -- 1.7.10.4