Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.2.0 Beta1
-
None
Description
When a test is launched on Windows (plain text logger), test output is both piped into the system debug buffer and to stdout. This leads to Qt Creator printing the same messages twice ...
Ideally TestLib would write to the system debug buffer only if stdout is not available (GUI application). If that's not possible, a workaround might be an option / environment variable so that Qt Creator can explicitly limit the output to one destination.
Attachments
Issue Links
- is required for
-
QTCREATORBUG-9559 turning off "run on terminal" will print qDebug output twice on Windows
- Closed