Improve {piglit|deqp}-runner logging support
Improve the logging in piglit-runner
and deqp-runner
by the following changes:
- Add
--timestamp {sec|ms|ns}
command line option to allow prefixing the log messages with timestamps having the specified time resolution - Handle the
--verbose
option as a common flag - Log on debug level the tests execution progress using Begin/End message pairs
- Dump the standard output stream for the executed dEQP tests which failed
Signed-off-by: Cristian Ciocaltea cristian.ciocaltea@collabora.com