From 48a4e4a82714887fbcb8121b24cf96adb2b93e97 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Wed, 16 Apr 2014 09:27:30 +0000 Subject: [PATCH] make sure that the apache.pid file will be deleted at stop file --- test/Makefile | 1 + 1 file changed, 1 insertion(+) 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 ]" -- 1.7.10.4