From 50218f192d5e1500d826764cbac38667d5efbd07 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Fri, 14 Mar 2014 14:25:08 +0000 Subject: [PATCH] use new script phantom/run-jasmine.js --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index a1f9dc9..1f86e05 100644 --- a/test/Makefile +++ b/test/Makefile @@ -33,7 +33,7 @@ terse: $(MIKE) jasmine-node --noColor --captureExceptions --forceexit spec phantomjs p: - ./bomb.pl --timeout="${PHANTOMJS_TIMEOUT}.5" ${PHANTOMJS} phantom/evaluate.js ${PHANTOMJS_URL} ${PHANTOMJS_TIMEOUT} + ./bomb.pl --timeout="${PHANTOMJS_TIMEOUT}.5" ${PHANTOMJS} phantom/run-jasmine.js ${PHANTOMJS_URL} ${PHANTOMJS_TIMEOUT} screenshot: ${PHANTOMJS} phantom/screenshot.js ${PHANTOMJS_URL} ${IMAGES}/screenshot.png 1200 1000 -- 1.7.10.4