]> granicus.if.org Git - python/commit
It is possible to add extra testing options using EXTRATESTOPTS.
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 12 Apr 2010 00:10:46 +0000 (00:10 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 12 Apr 2010 00:10:46 +0000 (00:10 +0000)
commit98431789fb772771eb1113c89971f6e0ce6de3ad
tree0427978de0c24f5807c2f45333658f04eb10f077
parentab5ce720e2accfee979e2bbbd1691a03dfe276be
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)
Makefile.pre.in