de-couple phantomjs regression test from debian apache setup
authorWolfram Schneider <wosch@indexdata.dk>
Tue, 15 Apr 2014 10:46:48 +0000 (10:46 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Tue, 15 Apr 2014 10:46:48 +0000 (10:46 +0000)
This make it easier to run the regressiont test on a mac
if you already have a mkws apache setup running.

test/Makefile

index 6f6d637..050528f 100644 (file)
@@ -46,9 +46,10 @@ test: check
 terse:
        $(MIKE) jasmine-node --noColor --captureExceptions --forceexit spec
 
-phantomjs p: apache-stop apache-start
+phantomjs p: apache-stop apache-start _phantomjs apache-stop
+
+_phantomjs:
        ./bin/bomb.pl --timeout="${PHANTOMJS_TIMEOUT}.5" ${PHANTOMJS} phantom/run-jasmine.js ${PHANTOMJS_URL} ${PHANTOMJS_TIMEOUT}
-       ${MAKE} apache-stop
 
 screenshot:
        ${PHANTOMJS} phantom/screenshot.js ${PHANTOMJS_URL} ${IMAGES}/screenshot.png 1200 1000