diff options
Diffstat (limited to 'meta/lib/oeqa/sdk/testsdk.py')
-rw-r--r-- | meta/lib/oeqa/sdk/testsdk.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/lib/oeqa/sdk/testsdk.py b/meta/lib/oeqa/sdk/testsdk.py index 35e40187bc..b4719110ed 100644 --- a/meta/lib/oeqa/sdk/testsdk.py +++ b/meta/lib/oeqa/sdk/testsdk.py | |||
@@ -79,6 +79,9 @@ class TestSDK(TestSDKBase): | |||
79 | # sdk use network for download projects for build | 79 | # sdk use network for download projects for build |
80 | export_proxies(d) | 80 | export_proxies(d) |
81 | 81 | ||
82 | # We need the original PATH for testing the eSDK, not with our manipulations | ||
83 | os.environ['PATH'] = d.getVar("BB_ORIGENV", False).getVar("PATH") | ||
84 | |||
82 | tcname = self.get_tcname(d) | 85 | tcname = self.get_tcname(d) |
83 | 86 | ||
84 | if not os.path.exists(tcname): | 87 | if not os.path.exists(tcname): |