tox: `zope-testrunner --all` -> `zope.testrunner -a 1000`
Because `--all` takes precedence over any followup `-a X` on command line in e.g. `tox -- -a 1`. See https://github.com/zopefoundation/ZEO/commit/06f8e1461c05 and https://github.com/zopefoundation/ZEO/pull/210#pullrequestreview-1094352596 for details.
Showing
Please register or sign in to comment