Skip to content

Commit

Permalink
Shorten tox target names
Browse files Browse the repository at this point in the history
Due to the length limit for the shabeng line [1] the execution of
these tox targets in OpenStack-CI is failing (the full shebang
length is 130 chars).

This patch shortens the names appropriately.

[1] pypa/virtualenv#596

Change-Id: I9011eac714e40d33baff7c1a1fc6eb0fdf47df55
  • Loading branch information
Jesse Pretorius committed Sep 1, 2016
1 parent 6b3af85 commit b6f914a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ commands =
bash -c 'rsync -av --ignore-errors /var/log/ /openstack/log/ {toxinidir}/logs/ || true'


[testenv:func_uwsgi_apache]
[testenv:uwsgi_apache]
# Ignore_errors is set to true so that the logs are collected at the
# end of the run. This will not produce a failse positive. Any
# exception will be mark the run as "failed" and exit 1 after all of
Expand All @@ -199,7 +199,7 @@ commands =
bash -c 'rsync -av --ignore-errors /var/log/ /openstack/log/ {toxinidir}/logs/ || true'


[testenv:func_uwsgi_nginx]
[testenv:uwsgi_nginx]
# Ignore_errors is set to true so that the logs are collected at the
# end of the run. This will not produce a failse positive. Any
# exception will be mark the run as "failed" and exit 1 after all of
Expand Down

0 comments on commit b6f914a

Please sign in to comment.