]> code.ossystems Code Review - openembedded-core.git/commit
base: Use repr() for printing exceptions
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 9 Oct 2021 22:33:15 +0000 (23:33 +0100)
committerSteve Sakoman <steve@sakoman.com>
Fri, 29 Oct 2021 14:48:40 +0000 (04:48 -1000)
commit045124ce7ef7c53a1932848835f93abbe535f157
tree774ee09b25118fbfed99a8b42dd9d2fb987979b1
parente0cecf7b4a4b966f11527a88e632997bdf74af96
base: Use repr() for printing exceptions

Exceptions print more clearly using repr() instead of str(), fix
in fetch and unpack tasks.

Drop part of the test which no longer makes sense after this change.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit c94816259cc1c09746353ad26ca0c811e0c962c2)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes/base.bbclass
meta/lib/oeqa/selftest/cases/bbtests.py