Antoine Pitrou <pit...@free.fr> added the comment:

> Some notes:
> - By doing things this way, we lose the ability to specify custom arguments to
>   the interpreter with $(TESTPYTHONOPTS). Might this be a problem?

Yes, some buildbots use it. Can't you add support for it in the test
runner?

> - The "test" and "quicktest" targets now use "-u all,-largefile,-audio,-gui",
>   which permits more tests to be run. On my current system, this adds about 
> 20s
>   to the running time for "make test" (~3m45s instead of ~3m25s).

Good idea.

> - I've changed the meaning of "-j 1" -- instead of using a single subprocess, 
> it
>   runs the tests directly in the current process. This allows us to use the
>   run_tests.py script for "make buildbottest" and still have the exact same
>   semantics (using even one subprocess can cause problems for e.g. 
> test_curses).

Ah, nice.

----------

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

Reply via email to