X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2FMakefile;h=2bb32dd93f18db429bd0a33bb536763daf18269a;hb=48a4e4a82714887fbcb8121b24cf96adb2b93e97;hp=b89b4e1d513d0b10f28a363c0e127b424eb29e4f;hpb=d802e65ded779b553d1055703d424cb5b2e5b7b9;p=mkws-moved-to-github.git diff --git a/test/Makefile b/test/Makefile index b89b4e1..2bb32dd 100644 --- a/test/Makefile +++ b/test/Makefile @@ -85,7 +85,7 @@ node_modules node-modules: apache-start: bin/apache-template-update ${APACHE_HTTPD} -f `pwd`/${TMP_DIR}/jasmine-dev - + apache-stop: @-if [ -e ${TMP_DIR}/mkws-jasmine.pid ]; then \ kill `cat ${TMP_DIR}/mkws-jasmine.pid`; \ @@ -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 ]"