Overview
The most notable change introduced in this release is change of the location where treegen creates temporary files: now they are created in VARDIR so as not to pollute /tmp. It also fixes a couple of bugs related to logging and server failure detection.
Changes
- Fixed a bug when assertion failures occurred during process termination were ignored (gh-465).
- Fixed a bug when the luatest log file was removed if the command line option
--no-cleanupwas not used (gh-471). - Now the
treegenhelper creates temporary files inVARDIR, which is/tmp/tby default, so as not to pollute the system tmp directory.