From f04b5c3acdc08549fb5b25936d2d17faae83a89b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 3 Aug 2022 22:42:25 +0200 Subject: 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. --- pygnulib/GLTestDir.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pygnulib/GLTestDir.py') 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) -- cgit v1.2.1