Bugzilla – Bug 736
test.py should run TestSuite's from testpy_output_dir
Last modified: 2009-11-13 07:48:17 UTC
Created attachment 646 [details] Proposed fix. Since all examples are run being chdir()'ed to testpy_output_dir, it might be good to have a convenient behavior for TestSuites too. This will keep TestSuites a little simpler (they will write just to working directory). Also this allows direct copy-and-paste from examples in some places or vice versa. P.S. By the way, Craig, is your email box at "craigdo@ee.washington.edu" working (sorry for importunity if any)?
It seems, that calls to GetTempDir () in several appropriate places do the job well. So closing this bug as WORKSFORME.