Bug 736

Summary: test.py should run TestSuite's from testpy_output_dir
Product: ns-3 Reporter: Andrey Mazo <ahippo>
Component: build systemAssignee: ns-bugs <ns-bugs>
Status: RESOLVED WORKSFORME    
Severity: minor CC: ahippo
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   
Attachments: Proposed fix.

Description Andrey Mazo 2009-11-06 06:40:42 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)?
Comment 1 Andrey Mazo 2009-11-13 07:48:17 UTC
It seems, that calls to GetTempDir () in several appropriate places do the job well.
So closing this bug as WORKSFORME.