* gnulib-tool.py (main) [test]: Remove space from the testdir name.
2022-07-31 Bruno Haible <bruno@clisp.org>
+ gnulib-tool.py: Make --test behaviour more similar to gnulib-tool.
+ * gnulib-tool.py (main) [test]: Remove space from the testdir name.
+
gnulib-tool: Clarify that --test allows zero module arguments.
* gnulib-tool (func_usage): Mark the modules for --test as optional.
* pygnulib/GLInfo.py (GLInfo.usage): Likewise.
elif mode == 'test':
if not destdir:
- destdir = 'testdir %04d' % random.randrange(0, 9999)
+ destdir = 'testdir%04d' % random.randrange(0, 9999)
if not auxdir:
auxdir = 'build-aux'
config.setAuxDir(auxdir)