From: Wolfram Schneider Date: Wed, 16 Apr 2014 09:34:10 +0000 (+0000) Subject: after successfully run, stop apache X-Git-Tag: 1.0.0~929^2 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=1fe180152a7abd0fe9a1a31e671e472986daf381 after successfully run, stop apache make don't call a target twice. --- 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}