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

(cherry picked from commit 58f4947ffe)

Co-authored-by: Matt Clay <matt@mystile.com>
pull/55048/head
Matt Clay 6 years ago
parent 910d21e15c
commit f030191782

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