Fix apache shutdown in subversion test.

pull/55003/head
Matt Clay 5 years ago
parent d930eaf7d8
commit 58f4947ffe

@ -19,7 +19,7 @@
always:
- name: stop apache after tests
command: apachectl -k stop -f {{ subversion_server_dir }}/subversion.conf
shell: "kill -9 $(cat '{{ subversion_server_dir }}/apache.pid')"
- name: remove tmp subversion server dir
file:

Loading…
Cancel
Save