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:
5d307bd
)
make sure that the apache.pid file will be deleted at stop file
author
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 16 Apr 2014 09:27:30 +0000
(09:27 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 16 Apr 2014 09:27:30 +0000
(09:27 +0000)
test/Makefile
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index
3c420ea
..
2bb32dd
100644
(file)
--- 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 ]"