Bugzilla – Bug 390
regression tests can't open input files
Last modified: 2008-11-05 22:39:33 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.
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
this bug is blocking the addition of a new regression test for the ns2 mobility file reader.