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:
9ccf24c
)
fail better if apache is not installed
author
Wolfram Schneider
<wosch@indexdata.dk>
Sat, 31 May 2014 20:05:54 +0000
(20:05 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Sat, 31 May 2014 20:05:54 +0000
(20:05 +0000)
test/Makefile
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index
77e1a6f
..
9ab19f0
100644
(file)
--- a/
test/Makefile
+++ b/
test/Makefile
@@
-14,7
+14,7
@@
IMAGES= ./images
SCREENSHOT_WIDTH= 360 480 640 768 1024 1200 1440 2048
PERL_SCRIPTS= bin/bomb.pl
TMP_DIR= ./logs
-APACHE_HTTPD:= $(shell env PATH=$$PATH:/usr/sbin which apache2 httpd)
+APACHE_HTTPD:= $(shell env PATH=$$PATH:/usr/sbin which apache2 httpd false)
all: check