From a75944a63482597be88ff0f3ce55025647b78e2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C3=ADbal=20Lim=C3=B3n?= Date: Sun, 21 Feb 2016 13:01:03 -0600 Subject: classes/testsdk: Pass tcname to SDK and SDKExt contexts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit tcname is needed for eSDK update testcase will be used for publish it and then try to update Signed-off-by: Aníbal Limón Signed-off-by: Ross Burton --- meta/classes/testsdk.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/classes/testsdk.bbclass') diff --git a/meta/classes/testsdk.bbclass b/meta/classes/testsdk.bbclass index 157077e18e..f4dc2c36dc 100644 --- a/meta/classes/testsdk.bbclass +++ b/meta/classes/testsdk.bbclass @@ -22,7 +22,7 @@ def run_test_context(CTestContext, d, testdir, tcname, pn, *args): targets = glob.glob(d.expand(testdir + "/tc/environment-setup-*")) for sdkenv in targets: bb.plain("Testing %s" % sdkenv) - tc = CTestContext(d, testdir, sdkenv, args) + tc = CTestContext(d, testdir, sdkenv, tcname, args) # this is a dummy load of tests # we are doing that to find compile errors in the tests themselves -- cgit v1.2.3