]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool.py: Fix errors when executing --create-megatestdir.
authorCollin Funk <collin.funk1@gmail.com>
Thu, 7 Mar 2024 11:11:55 +0000 (03:11 -0800)
committerBruno Haible <bruno@clisp.org>
Thu, 7 Mar 2024 11:49:32 +0000 (12:49 +0100)
commita98aceb806a9d587010b4299398a7e4f71e63503
tree43352e122ebea3d8e9e21dfcd10666fcc547490c
parenta53d717bbb11e9e6f213a7b11c6a85263670c5ef
gnulib-tool.py: Fix errors when executing --create-megatestdir.

* pygnulib/GLTestDir.py (GLMegaTestDir.execute): Create a testdir for
each module in its own subdirectory. Create a testdir with all modules
in 'ALL'. Add missing join call on str object. Don't emit 'configure.ac'
into 'Makefile.am'. Make sure commands are executed in the proper
directory.
ChangeLog
pygnulib/GLTestDir.py