Re: [PATCH] gnulib-tool.py: Follow gnulib-tool changes, part 66.

2024-03-19 Thread Bruno Haible
Hi Collin, Thanks; applied as well. > Also, I am aware that the conditional that I changed in > GLTestDir.execute() can be simplified to: > > # Determine final file list. > if not single_configure: > main_modules = modules > tests_modules = [ module >

[PATCH] gnulib-tool.py: Follow gnulib-tool changes, part 66.

2024-03-18 Thread Collin Funk
This patch should be pretty easy to test with: $ gnulib-tool --create-testdir --dir mytestdir libtextstyle-optional comparing gnulib-tool.sh and gnulib-tool.py before and after the patch. Also, I am aware that the conditional that I changed in GLTestDir.execute() can be simplified to: #