Closed (fixed)
Project:
SimpleTest
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2008 at 20:44 UTC
Updated:
1 Jul 2008 at 22:32 UTC
Sometimes there is a need to do things after the tests run. Great example, running code coverage. Simpletest module calls exit on all reporters except DrupalReporter and so I cannot run my code coverage report.
Also, DrupalTestSuite eats the test results from it's parent TestSuite for no particular reason.
patch to fix all this is attached
| Comment | File | Size | Author |
|---|---|---|---|
| simpletest_cli_exit_code.patch | 1.12 KB | dlhubler |
Comments
Comment #1
Rok Žlender commentedLooks good to me and also makes sense not to exit I agree.
Comment #2
boombatower commentedThanks for the patch and the review.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #4
pwolanin commentedIt doesn't seem like this patch was committed? at least not the portion for simpletest.module.
Also, this should be backported to 6.x
Comment #5
boombatower commentedHmmm... If this is still an issue for 7.x it should be moved to the core issue queue where the 7.x branch is being developed. If this just needs to be back-ported then change the version and mark it as "to be ported."
Comment #6
pwolanin commented6.x is the problem, I think
Comment #7
boombatower commentedSo this needs to be committed to 6.x then...all check that out in a bit.
Comment #8
pwolanin commentedpatch applies to 6.x with offset:
Comment #9
boombatower commentedRan a few tests and seems to work.
Committed.
Comment #10
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.