pothosware / PothosCore

The Pothos data-flow framework
https://github.com/pothosware/PothosCore/wiki
Boost Software License 1.0
300 stars 48 forks source link

Feature: flag to print all --self-tests output #209

Open ncorgan opened 3 years ago

ncorgan commented 3 years ago

PothosUtil --self-test1 prints all output for the given test, but PothosUtil --self-tests redirects stdout and only prints on test failure. While this is reasonable default behavior, it would be nice to be able to toggle this to print everything if multiple tests have common functionality being tested/debugged.