projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
996eb9a
)
don't depend on /usr/bin/perl, use your default perl interpreter
author
Wolfram Schneider
<wosch@indexdata.dk>
Fri, 27 Jun 2014 14:31:19 +0000
(16:31 +0200)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Fri, 27 Jun 2014 14:31:19 +0000
(16:31 +0200)
test/Makefile
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index
9ee3b80
..
95a3c7b
100644
(file)
--- a/
test/Makefile
+++ b/
test/Makefile
@@
-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