]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool.py: Don't continue creating testdirs when destdir exists.
authorCollin Funk <collin.funk1@gmail.com>
Tue, 14 May 2024 04:36:25 +0000 (21:36 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Tue, 14 May 2024 04:36:25 +0000 (21:36 -0700)
commit719ce7d39e58b9311b51ac93d828fb26c2bcfbaf
tree80ef5dea9e993f9f6e90e2e46ea31b8aa947ba56
parent59325e84d18e0929c85ffa8bf70069508091c4b5
gnulib-tool.py: Don't continue creating testdirs when destdir exists.

* pygnulib/GLError.py (GLError.__init__, GLError.__repr__): Add a new
error number for destination directories that already exist.
* pygnulib/main.py (main_with_exception_handling): Print the message.
* pygnulib/GLTestDir.py (GLTestDir.__init__, GLMegaTestdir.__init__):
Fail if the destination directory exists instead of creating files and
failing to patch test driver.
ChangeLog
pygnulib/GLError.py
pygnulib/GLTestDir.py
pygnulib/main.py