From: Wolfram Schneider Date: Sat, 31 May 2014 20:05:54 +0000 (+0000) Subject: fail better if apache is not installed X-Git-Tag: 1.0.0~556^2~3 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=002850e798def87c2ca04fbc449e9a221bb52afd fail better if apache is not installed --- diff --git a/test/Makefile b/test/Makefile index 77e1a6f..9ab19f0 100644 --- 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