Bug 736 - test.py should run TestSuite's from testpy_output_dir
test.py should run TestSuite's from testpy_output_dir
Status: RESOLVED WORKSFORME
Product: ns-3
Classification: Unclassified
Component: build system
ns-3-dev
All All
: P5 minor
Assigned To: ns-bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-11-06 06:40 UTC by Andrey Mazo
Modified: 2009-11-13 07:48 UTC (History)
1 user (show)

See Also:


Attachments
Proposed fix. (1.39 KB, patch)
2009-11-06 06:40 UTC, Andrey Mazo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.