commit | 1b5a29313d1b027d65f4b9482db8280c3c89d759 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Apr 12 00:19:32 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Apr 12 00:19:32 2010 +0000 |
tree | ea2561a437862294277699a8b26b10b20db4eba1 | |
parent | bdee329d8014ef53da7c27f3de1cd33c0fdbde14 [diff] |
Merged revisions 79982 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r79982 | antoine.pitrou | 2010-04-12 02:10:46 +0200 (lun., 12 avril 2010) | 8 lines It is possible to add extra testing options using EXTRATESTOPTS. When such extra options include "-x testname", subsequent arguments are all taken as test names to ignore. Therefore, standard options must be passed before *TESTOPTS. (witnessed on the ARM buildbots) ........