Re: [OE-core] [PATCH 1/1] pkgdata: fix test_find_path to consider multilib

2019-06-17 Thread ChenQi
On 06/17/2019 11:51 PM, Richard Purdie wrote: On Mon, 2019-06-17 at 16:32 +0800, Chen Qi wrote: Fix test_find_path test case to take into consideration of multilib being enabled. After this change, no matter multilib is enabled or not, the test case should pass. Signed-off-by: Chen Qi --- me

Re: [OE-core] [PATCH 1/1] pkgdata: fix test_find_path to consider multilib

2019-06-17 Thread Richard Purdie
On Mon, 2019-06-17 at 16:32 +0800, Chen Qi wrote: > Fix test_find_path test case to take into consideration of multilib > being enabled. After this change, no matter multilib is enabled or > not, the test case should pass. > > Signed-off-by: Chen Qi > --- > meta/lib/oeqa/selftest/cases/pkgdata.p

[OE-core] [PATCH 1/1] pkgdata: fix test_find_path to consider multilib

2019-06-17 Thread Chen Qi
Fix test_find_path test case to take into consideration of multilib being enabled. After this change, no matter multilib is enabled or not, the test case should pass. Signed-off-by: Chen Qi --- meta/lib/oeqa/selftest/cases/pkgdata.py | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-)