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
: ns-3
build system
: ns-3-dev
: All All
: P5 minor
Assigned To:
:
:
:
:
  Show dependency treegraph
 
Reported: 2009-11-06 06:40 EDT by
Modified: 2009-11-13 07:48 EDT (History)


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


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2009-11-06 06:40:42 EDT
Created an attachment (id=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 From 2009-11-13 07:48:17 EDT -------
It seems, that calls to GetTempDir () in several appropriate places do the job
well.
So closing this bug as WORKSFORME.