Bug 390

Summary: regression tests can't open input files
Product: ns-3 Reporter: Mathieu Lacage <mathieu.lacage>
Component: build systemAssignee: ns-bugs <ns-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: craigdo
Priority: P3    
Version: pre-release   
Hardware: All   
OS: All   
Attachments: proposed patch

Description Mathieu Lacage 2008-10-24 06:24:05 UTC
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 Mathieu Lacage 2008-10-24 06:26:12 UTC
Created attachment 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 Mathieu Lacage 2008-10-24 06:26:52 UTC
this bug is blocking the addition of a new regression test for the ns2 mobility file reader.