don't depend on /usr/bin/perl, use your default perl interpreter
authorWolfram Schneider <wosch@indexdata.dk>
Fri, 27 Jun 2014 14:31:19 +0000 (16:31 +0200)
committerWolfram Schneider <wosch@indexdata.dk>
Fri, 27 Jun 2014 14:31:19 +0000 (16:31 +0200)
test/Makefile

index 9ee3b80..95a3c7b 100644 (file)
@@ -50,7 +50,7 @@ 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}
+       perl ./bin/bomb.pl --timeout="${PHANTOMJS_TIMEOUT}.5" ${PHANTOMJS} phantom/run-jasmine.js ${PHANTOMJS_URL} ${PHANTOMJS_TIMEOUT}
 
 mike-test:
        $(MAKE) _phantomjs PHANTOMJS_URL=http://x.example.indexdata.com/jasmine-popup.html