]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/runtime: Improve failure log output
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 3 Feb 2017 10:30:59 +0000 (10:30 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 5 Feb 2017 09:20:22 +0000 (09:20 +0000)
commitb6352ff001c29f0bff10c18879b92c5618ec645c
tree50e0a69fa900e9bb9d66e2db3c2ea006b2a30c77
parentf61cdef0a8b2771225c6bc86881a16f8ef747983
oeqa/runtime: Improve failure log output

Printing a message which says "configure failed" without the log output
is effectively useless. If a command fails, print the output by default
and simplify the calling code which makes debugging any of these failures
much easier.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/cases/buildcvs.py
meta/lib/oeqa/runtime/cases/buildgalculator.py
meta/lib/oeqa/runtime/cases/buildiptables.py
meta/lib/oeqa/runtime/utils/targetbuildproject.py