diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2018-06-01 13:03:05 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-04 15:15:00 +0100 |
commit | 395108faaca97bb18af5e73f7b84228e518ff8ee (patch) | |
tree | 5a6d7d64a8b8422cffd9a0b0cc9e935975a4f42f /meta/recipes-devtools/help2man | |
parent | d478a26e5f2b19568a8c27a217a6fb0eec98e193 (diff) | |
download | poky-395108faaca97bb18af5e73f7b84228e518ff8ee.tar.gz |
oeqa/core/decorator/data.py: fix skipIfNotInDataVar
The var might not be set, resulting in unexpected error.
RESULTS - multilib.MultilibTest.test_check_multilib_libc - Testcase 1593: ERROR
The above error is due to MULTILIBS being not set, which is the default
for OE. This patch fixes this problem.
Also, the debugging message in skipIfNotInDataVar is currently confusing.
Instead of
DEBUG: Checking if 'MULTILIBS' value is in 'multilib:lib32' to run the test
it should be
DEBUG: Checking if 'MULTILIBS' value contains 'multilib:lib32' to run the test
This patch also fixes it.
(From OE-Core rev: 3f5c678664a2bba43d99508779dc2ce227cf52a2)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/help2man')
0 files changed, 0 insertions, 0 deletions