]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/testsdk: Use original PATH
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 8 Mar 2020 10:20:12 +0000 (10:20 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 8 Sep 2020 13:38:54 +0000 (14:38 +0100)
commit2cb99a44c650db7fd6fbd269f5788e4ebfd523fc
tree44e50947cfd6650c450f4fa960097ca20fba364d
parent611d3947054dad764aeded4c6a050415f7ca4991
oeqa/testsdk: Use original PATH

We want to test the SDK with PATH from the original host, not with our own
tools injected via HOSTTOOLS. It even uses some tools which aren't in
HOSTTOOLS.

This is necessary after changing the SDK to not reset PATH to the system
default which is bad for other reasons and brings the testing into sync
with that change.

(From OE-Core rev: 87c9602fd0dedc7bcf75b822aaf5f6ebfc17737c)

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