| commit | 41e628257ee190a4a5c0317675ca7acbca1d6afc | [log] [tgz] |
|---|---|---|
| author | Piotr P. Karwasz <piotr.github@karwasz.org> | Tue Dec 03 10:59:27 2024 +0100 |
| committer | GitHub <noreply@github.com> | Tue Dec 03 10:59:27 2024 +0100 |
| tree | 35db805d118c031c5d499cbdf9187ac1bf2426ca | |
| parent | e1715dc9f3132c70f1a87a6a75058d02a0b69d63 [diff] |
Use a random `${test:logging.path}` (#2954)
The `@TempLoggingDir` JUnit 5 extensions create a totally deterministic directory to hold the log files for tests.
Since the directory is deleted only if all the tests succeed, this causes a problem with test reruns.