deb-murano/murano/releasenotes/notes/test-runner-output-fix-e942e221be189424.yaml
Alexander Tivelkov 01af152ab6 Improved Test-Runner's output
Test-Runner was putting all its output into the default logger instead
of stdout / stderr. Thus the output was often lost between the log
mesasges of MuranoPL executor.

This patch modifies the output to make it more readable and separates
it from the log output.

Also this patch changes the default for the 'use_stderr' configuration
parameter to 'False' so the log output is not returned to stderr
unless explicitly configured otherwise.

Closes-bug: #1585234
Change-Id: Ia7435aa0e42d74e12911d3b8c199ce530708b5c3
2016-06-30 19:26:09 +03:00

7 lines
257 B
YAML

---
fixes:
- test-runner now outputs the running tests and their results to stdout
directly, not via a logging system
- test-runner now does not output logs to stderr by default unless a
'use_stderr' parameter is specified in configuration file