* pygnulib/main.py (main) [megatest]: Remove space from the testdir
name.
+2024-05-08 Bruno Haible <bruno@clisp.org>
+
+ gnulib-tool.py: Make --megatest behaviour more similar to shell impl.
+ * pygnulib/main.py (main) [megatest]: Remove space from the testdir
+ name.
+
2024-05-08 Bruno Haible <bruno@clisp.org>
gnulib-tool: In --megatestdir mode, stop when there is an error.
elif mode == 'megatest':
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)