STINNER Victor <vstin...@redhat.com> added the comment:

> I considered adding a 'bisect' command to the test/__main__, e.g. you could 
> run 'python -m test --bisect ..'.  That looks not entirely simple to 
> implement though.

Ah yes, for the long term, integrating test.bisect directly in libregrtest 
would be great, but I don't see how to modify the existing libregrtest CLI. 
test.bisect comes with its set of options like -i, -o, -n. Maybe it's fine to 
have a separated tool and file.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31342>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to