On Fri, Aug 18, 2017 at 11:59:21AM -0600, Tom Tromey wrote:
> +2017-08-18 Tom Tromey
> +
> + * runtest.exp: Fix --directory matching.
> +
Thanks, applied!
Ben
signature.asc
Description: PGP signature
___
DejaGnu mailing list
DejaGnu@gnu.org
ht
I noticed while working on gdb that --directory handling doesn't work.
The problem is that with something like "--directory=gdb.gdb", [string
match] will not return true for the cases it is given. Instead
matching "*/$directory" is needed when the srcdir is provided.
* runtest.exp: Fix --director