From: Wolfram Schneider Date: Wed, 16 Apr 2014 09:27:30 +0000 (+0000) Subject: make sure that the apache.pid file will be deleted at stop file X-Git-Tag: 1.0.0~621^2~29 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=48a4e4a82714887fbcb8121b24cf96adb2b93e97;p=mkws-moved-to-github.git make sure that the apache.pid file will be deleted at stop file --- diff --git a/test/Makefile b/test/Makefile index 3c420ea..2bb32dd 100644 --- a/test/Makefile +++ b/test/Makefile @@ -93,6 +93,7 @@ apache-stop: killall apache2 2> /dev/null; \ fi @sleep 0.3 + rm -f ${TMP_DIR}/mkws-jasmine.pid help: @echo "make [ all | check | clean | distclean ]"