aboutsummaryrefslogtreecommitdiffstats
path: root/.coveragerc
blob: 613ea33dfbe737539d52323739069d3387bb7785 (plain)
1
2
3
4
[report]
exclude_lines =
    if __name__ == .__main__.:
    def main
onf' if [[ ! -e "${supervisor_config}" ]]; then cat << EOF > "${supervisor_config}" [supervisord] nodaemon = true [program:nginx] command = service nginx restart [program:yardstick_uwsgi] directory = /etc/yardstick command = uwsgi -i yardstick.ini [program:rabbitmq] command = service rabbitmq-server restart EOF fi