Starting with a test 1

2001-09-26 Thread Dave Rolsky
For my Alzabo tests, I do some weird stuff involving forking off processes during tests and running the same (basically same) set of tests multiple times, each time with different modules loaded. The parent process calculates how many tests will be involved in each run and how many runs will

Re: Starting with a test 1

2001-09-26 Thread Dave Rolsky
On Wed, 26 Sep 2001, Michael G Schwern wrote: Uggg. No, there's no good way to handle this now unless there's some way $Num_Tests can make itself shared between forks. Well, I do keep track of it in my code and pass it around between forks. What I need is a way to set it. In the general