[OE-core] [PATCH 08/14] oeqa/core/decorator/data.py: fix skipIfNotInDataVar

2018-06-03 Thread Chen Qi
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 skipIfNotInDat

[OE-core] [PATCH 08/14] oeqa/core/decorator/data.py: fix skipIfNotInDataVar

2018-05-31 Thread Chen Qi
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 skipIfNotInDat

[OE-core] [PATCH 08/14] oeqa/core/decorator/data.py: fix skipIfNotInDataVar

2018-05-31 Thread Chen Qi
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 skipIfNotInDat