supervisorctl tests: shorten path to .sock file to make OSX happy. (#77)

This commit is contained in:
Felix Fontein 2020-03-31 10:52:24 +02:00 committed by GitHub
commit 74d83d8e94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 7 deletions

View file

@ -22,7 +22,7 @@ redirect_stderr=yes
programs=py1,py2
[unix_http_server]
file={{ remote_dir }}/supervisord.sock
file={{ supervisord_sock_path.path }}/supervisord.sock
{% if credentials.username is defined and credentials.username|default(false, boolean=true) %}
username = {{ credentials.username }}
password = {{ credentials.password }}
@ -36,7 +36,7 @@ password = {{ credentials.password }}
{% endif %}
[supervisorctl]
serverurl=unix://{{ remote_dir }}/supervisord.sock
serverurl=unix://{{ supervisord_sock_path.path }}/supervisord.sock
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface