Bug 390 - regression tests can't open input files
: regression tests can't open input files
Status: RESOLVED FIXED
: ns-3
build system
: pre-release
: All All
: P3 normal
Assigned To:
:
:
:
:
  Show dependency treegraph
 
Reported: 2008-10-24 06:24 EDT by
Modified: 2008-11-05 22:39 EDT (History)


Attachments
proposed patch (3.18 KB, patch)
2008-10-24 06:26 EDT, Mathieu Lacage
Details | Diff


Note

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


Description From 2008-10-24 06:24:05 EDT
the main problem is that the cwd of regression tests changes when they are run
as --regression and as --regression-generate so, it is impossible to specify in
a python test program the relative position of the input file with regard to
the cwd of the regression test.
------- Comment #1 From 2008-10-24 06:26:12 EDT -------
Created an attachment (id=281) [details]
proposed patch

This patch changes the cwd of a test during --regression to be at the same
level of depth as when running as --regression-generate
------- Comment #2 From 2008-10-24 06:26:52 EDT -------
this bug is blocking the addition of a new regression test for the ns2 mobility
file reader.