[ovs-dev] [PATCH 04/17] ovsdb-server.at: Adjust PKIDIR for ssl test.

Ben Pfaff blp at nicira.com
Thu Jun 26 20:19:56 UTC 2014


On Tue, Jun 24, 2014 at 11:52:50AM -0700, Gurucharan Shetty wrote:
> For this particular test, we pass the PKIDIR through a
> ovsdb-tool transact and msys does not convert the path style.
> (On Windows, we have to pass the directory in the form C:/foo/bar.pem.)
> 
> So get the Windows style path through 'pwd -W'(which is called through
> the function pwd ())
> 
> Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>

Would you mind adding an explanatory comment to the code?  Also I'd prefer &&
over ;:
    PKIDIR="$(cd $abs_top_builddir/tests; pwd)"



More information about the dev mailing list