Skip to content

Fix pry debugging output getting swallowed

Toon Claes requested to merge tc-spec-fix into master

What does this Merge Request do?

Closes #1035 (closed)

The workaround to silence output to STDOUT and STDERR swallowed the output of pry sessions as well. So use a different approach from: https://stackoverflow.com/a/15432948/89376

Edited by Toon Claes

Merge request reports