[stable-2.6] Fix apache shutdown in subversion test.

(cherry picked from commit 58f4947ffe)

Co-authored-by: Matt Clay <matt@mystile.com>
pull/55099/head
Matt Clay 7 years ago
parent 2f48995a24
commit 29bbb1b3bb

@ -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