]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/oetest: Fix SDK command execution
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 26 Sep 2015 16:46:53 +0000 (17:46 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 26 Sep 2015 16:57:45 +0000 (17:57 +0100)
commit39c56f7c280cfe6bf40ea9145f3f7060b565bc62
treefcce112fd3713cbd8271e91027ae056521c8d8dd
parenta6ade4d24e8153920311db9a9033a7f5c430d1e4
oeqa/oetest: Fix SDK command execution

The SDK environment wasn't being sourced when running these test
commands, meaning in some cases the cross compiler was being tested,
not the SDK tools. This is clearly not the intent so fix this by
ensuring the SDK environment is present. This fixes test failures
in multilib SDKs.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/oetest.py