* buildbot/steps/shell.py (Test.setTestResults): set statistics
commit8b97bc263e064eb434eecbcc601d3e1208d90479
authorwarner <warner@lothar.com>
Thu, 24 Jul 2008 04:20:05 +0000 (24 05:20 +0100)
committerwarner <warner@lothar.com>
Thu, 24 Jul 2008 04:20:05 +0000 (24 05:20 +0100)
treed1ad0ae1632d6f40a3c1e0998ed0fd69bbca3318
parent6aa7be31c233adf115e037dc9211256c051632e8
* buildbot/steps/shell.py (Test.setTestResults): set statistics

with names like "tests-total" instead of just "total".
(Test.getText): same
* buildbot/test/test_steps.py (PerlModuleTest): use
getStatistic (with "tests-total") instead of getProperty, and call
it on the step_status, not the step itself. This pair makes the
PerlModuleTest pass again
ChangeLog
buildbot/steps/shell.py
buildbot/test/test_steps.py