Re: [PATCH] test-driver: optionally run in test directory

2013-10-30 Thread Stefano Lattarini
On 10/29/2013 07:30 AM, Philipp A. Hartmann wrote: > Hi Stefano, > > On 29/10/13 01:10, Stefano Lattarini wrote: >> >> On 10/25/2013 10:34 AM, Philipp A. Hartmann wrote: >>> ... >>> This patch adds an option '--change-dir={yes|no}' to the >>> test-driver to change to the sub-directory of the given

Re: [PATCH] test-driver: optionally run in test directory

2013-10-29 Thread Philipp A. Hartmann
Hi Stefano, On 29/10/13 01:10, Stefano Lattarini wrote: > > On 10/25/2013 10:34 AM, Philipp A. Hartmann wrote: >> ... >> This patch adds an option '--change-dir={yes|no}' to the >> test-driver to change to the sub-directory of the given >> test script (directory component taken from the script >>

Re: [PATCH] test-driver: optionally run in test directory

2013-10-28 Thread Stefano Lattarini
Hi Philipp. On 10/25/2013 10:34 AM, Philipp A. Hartmann wrote: > In case the actual TESTS are organised in sub-directories, some > (potentially) required files are often located in the same > directory. Correctly loading such auxiliary data would require > explicit environment handling in the tes

[PATCH] test-driver: optionally run in test directory

2013-10-25 Thread Philipp A. Hartmann
In case the actual TESTS are organised in sub-directories, some (potentially) required files are often located in the same directory. Correctly loading such auxiliary data would require explicit environment handling in the tests. Secondly, test scripts may produce intermediate files with non-uniq