Re: [ovs-dev] [PATCH 1/2] tests: Automatically initialize OVS_*DIR vars when tests begin.

2015-09-01 Thread Ben Pfaff
On Wed, Aug 26, 2015 at 10:20:48PM -0700, Ben Pfaff wrote: > A lot of tests need to initialize the OVS_RUNDIR, OVS_LOGDIR, etc. > variables to point to the directory in which the tests run. Until now, > each of them has had to do this individually, which is redundant. This > commit starts to do t

[ovs-dev] [PATCH 1/2] tests: Automatically initialize OVS_*DIR vars when tests begin.

2015-08-26 Thread Ben Pfaff
A lot of tests need to initialize the OVS_RUNDIR, OVS_LOGDIR, etc. variables to point to the directory in which the tests run. Until now, each of them has had to do this individually, which is redundant. This commit starts to do this automatically. Signed-off-by: Ben Pfaff --- tests/jsonrpc-py