On 9/6/06, Phlip <phlipcpp / yahoo.com> wrote: > I will now research how to run my post-test cleanup code automatically after > AutoRunner. Or something... AutoRunner uses at_exit. So think whether your at_exit should be defined sooner or later that theirs. My tip is that sooner, as they are run in reverse order IIRC. J.