|
From: Geoff B. <geo...@gm...> - 2026-07-03 13:35:55
|
Hi all,
Some new features this time and a few fixes from Michael. ChangeLog below.
Regards,
Geoff Bache
New development:
Added new config setting "discard_file_if_empty".
- This allows treating empty files as equivalent to non-existent, meaning
you don't need to check them into your repo.
For example stderr files.
Added new config setting "detect_file_changes_by_checksum".
- TextTest by default detects file changes via "Last Modified" time, but
some systems edit files without changing this for whatever reason.
In this case TextTest will neither include them in its "catalogue"
files ("create_catalogues" setting) or collate the changed version to its
baseline ("collate_file")
With the new flag set it will use the checksums instead and notice the
edits.
Bugfixes:
using different port for macos compat fix #154 (thanks Michael Behrisch)
abbreviating long host names fix #151 (thanks Michael Behrisch)
keeping track of processes because on windows handles are invalidated by
garbage collection fix #68 (thanks Michael Behrisch)
working around problems in self-test setup #149 (thanks Michael Behrisch)
|