From 8a08ecb407018bfdd5435edb35e9fe3d1ed83d57 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Tue, 14 Nov 2023 08:48:14 +0100 Subject: [PATCH] Revert "Fix path to ``test`` script on Windows" --- config/zope-product/tox.ini.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/zope-product/tox.ini.j2 b/config/zope-product/tox.ini.j2 index 46fab7d..10d932e 100644 --- a/config/zope-product/tox.ini.j2 +++ b/config/zope-product/tox.ini.j2 @@ -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 @@ -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