In message <aanlktika12p--cucex4p41ckpohcxnd5rx3bazcsh...@mail.gmail.com>, Catherine Hope writes: > > Mark, how do you use the hy.test.impl property to only run the api tests? > The 'if' attribute of target evaluates to true if the property is set to > anything (rather than unset), so is there a way of triggering just the api > tests from the command-line, or do you have to remove the definition of the > property in the xml? If it was given as 'unless="hy.test.api.only"' then > you could execute 'ant -Dhy.test.api.only test'.
I thought I'd fixed this after the Open Source Jumpstart. Obviously not. Fixed now at r963483. Thanks Cath. Oddly enough I was just hitting this exact problem while preparing to commit r963485. Regards, Mark.