X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2FMakefile;h=45c3422892f7824933dd70850b1cd7dcbec6c747;hb=e96b7f197834281f3343a52d8902cff9381faf52;hp=125efa7ca4d2ba8719e172b23ad5e6d013ab4b45;hpb=1fe180152a7abd0fe9a1a31e671e472986daf381;p=mkws-moved-to-github.git diff --git a/test/Makefile b/test/Makefile index 125efa7..45c3422 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= /usr/sbin/apache2 +APACHE_HTTPD:= $(shell env PATH=$$PATH:/usr/sbin which apache2 httpd) all: check @@ -32,7 +32,7 @@ clean-error: clean-tmp: rm -rf ${TMP_DIR} mkdir -p ${TMP_DIR} - touch ${TMP_DIR}/.gitignore + touch ${TMP_DIR}/.gitkeep mkws-complete-syntax-check: ${MAKE} -C../src mkws-complete.min.js