gnulib-tool.py: Bring the output into the right order.
commit99a74afb3c4bbe9db7329b10bdcb5ea93fad97a5
authorBruno Haible <bruno@clisp.org>
Sun, 24 Mar 2024 21:46:44 +0000 (24 22:46 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 24 Mar 2024 21:46:44 +0000 (24 22:46 +0100)
treedbd11e95a7a750166d026a2e22691540fb41791b
parent3978cc5adb34f3152f119d46f53e6e8e107158fa
gnulib-tool.py: Bring the output into the right order.

* pygnulib/constants.py (force_output): New function.
(execute): Flush stdout after printing the "executing ..." line.
* pygnulib/GLTestDir.py (GLTestDir.execute, GLMegaTestDir.execute):
Invoke force_output.
* pygnulib/main.py (test, megatest): Likewise.
ChangeLog
pygnulib/GLTestDir.py
pygnulib/constants.py
pygnulib/main.py