summaryrefslogtreecommitdiff
path: root/pygnulib
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-08-03 22:42:25 +0200
committerBruno Haible <bruno@clisp.org>2022-08-04 01:52:00 +0200
commitf04b5c3acdc08549fb5b25936d2d17faae83a89b (patch)
tree9242986e29894ec5a15668b6a4b73d8a29a8319b /pygnulib
parentde028fc3637de15c3c0535e168bc5dda6a6084e6 (diff)
downloadgnulib-f04b5c3acdc08549fb5b25936d2d17faae83a89b.tar.gz
gnulib-tool.py: Implement option --single-configure.
* gnulib-tool.py (main): Accept option --single-configure. Pass its value to the GLConfig constructor. * pygnulib/GLTestDir.py (GLTestDir.execute): Remove debugging output.
Diffstat (limited to 'pygnulib')
-rw-r--r--pygnulib/GLTestDir.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pygnulib/GLTestDir.py b/pygnulib/GLTestDir.py
index cb75ba1eab..384b5f3aeb 100644
--- a/pygnulib/GLTestDir.py
+++ b/pygnulib/GLTestDir.py
@@ -398,7 +398,6 @@ class GLTestDir(object):
if single_configure:
# Create $testsbase/Makefile.am.
destfile = joinpath(directory, 'Makefile.am')
- print(repr(destfile))
witness_macro = '%stests_WITNESS' % macro_prefix
emit, uses_subdirs = self.emiter.tests_Makefile_am(destfile,
tests_modules, self.makefiletable, witness_macro, for_test)