Merge pull request #3601 from gufe44/helpers-redirect-restore-output-2.16

[Backport 2.16] Fix bug in redirection of unit test outputs
This commit is contained in:
Gilles Peskine
2020-08-24 10:45:11 +02:00
committed by GitHub
3 changed files with 37 additions and 31 deletions

View File

@@ -0,0 +1,4 @@
Bugfix
* Fix bug in redirection of unit test outputs on platforms where stdout is
defined as a macro. First reported in #2311 and fix contributed in #3528.
Adopted for LTS branch 2.16 in #3601.