Re: gnulib-tool.py: Fix errors when executing --create-megatestdir.

2024-03-07 Thread Collin Funk
On 3/7/24 3:51 AM, Bruno Haible wrote: > Indeed, when there are such typos in the code, you know that it has not > been tested. No worries. 99% of the work was done for me there. I assumed someone committed with the intent of coming back to it but forgot. Collin

Re: gnulib-tool.py: Fix errors when executing --create-megatestdir.

2024-03-07 Thread Bruno Haible
Collin Funk wrote: > This is because megasubdirs is a list. The correct call should be > ' '.join(megasubdirs). Indeed, when there are such typos in the code, you know that it has not been tested. > I've attached a patch that fixes all of these so --create-megatestdir > should work properly now.

gnulib-tool.py: Fix errors when executing --create-megatestdir.

2024-03-07 Thread Collin Funk
uld work properly now. CollinFrom ac8654c35c8b6ee49106d5e120839407ae47ffe0 Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Thu, 7 Mar 2024 03:11:55 -0800 Subject: [PATCH 3/3] gnulib-tool.py: Fix errors when executing --create-megatestdir. * pygnulib/GLTestDir.py (GLMegaTestDir.execute): Create a