From 1fe180152a7abd0fe9a1a31e671e472986daf381 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Wed, 16 Apr 2014 09:34:10 +0000 Subject: [PATCH] after successfully run, stop apache make don't call a target twice. --- test/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 2bb32dd..125efa7 100644 --- a/test/Makefile +++ b/test/Makefile @@ -46,7 +46,8 @@ test: check terse: $(MIKE) jasmine-node --noColor --captureExceptions --forceexit spec -phantomjs p: apache-stop apache-start _phantomjs apache-stop +phantomjs p: apache-stop apache-start _phantomjs + ${MAKE} apache-stop _phantomjs: ./bin/bomb.pl --timeout="${PHANTOMJS_TIMEOUT}.5" ${PHANTOMJS} phantom/run-jasmine.js ${PHANTOMJS_URL} ${PHANTOMJS_TIMEOUT} -- 1.7.10.4