Skip to content

Commit

Permalink
Revert "Fix path to test script on Windows" (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac authored Nov 14, 2023
1 parent e849e37 commit cb0568c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/zope-product/tox.ini.j2
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ commands =
%(line)s
{% endfor %}
{% else %}
{envdir}/bin/test {posargs:-cv}
{envbindir}/test {posargs:-cv}
{% endif %}
{% for line in testenv_additional %}
%(line)s
Expand Down Expand Up @@ -108,7 +108,7 @@ commands =
%(line)s
{% endfor %}
{% else %}
coverage run {envdir}/bin/test {posargs:-cv}
coverage run {envbindir}/test {posargs:-cv}
{% endif %}
coverage html
coverage report -m --fail-under=%(fail_under)s
Expand Down

0 comments on commit cb0568c

Please sign in to comment.