[PATCH] testsuite: use cygpath to convert from Unix to Windows paths

Simon Marchi simark@simark.ca
Wed Mar 11 19:26:11 GMT 2020


On 2020-03-11 3:14 p.m., Eli Zaretskii wrote:
>> Cc: gdb-patches <gdb-patches@sourceware.org>, Eli Zaretskii <eliz@gnu.org>
>> From: Simon Marchi <simon.marchi@efficios.com>
>> Date: Wed, 11 Mar 2020 15:09:10 -0400
>>
>> However, the solution I proposed won't work with the non-MinGW-w64 MinGW, as
>> it does not ship with cygpath.  Here is another version of the patch that uses
>> `pwd -W` to get the same information.
> 
> Right, using "pwd -W" was exactly what I wanted to propose for this
> purpose.

Ok thanks, I have pushed this version of the patch.

Simon


More information about the Gdb-patches mailing list