summaryrefslogtreecommitdiffstats
path: root/meta/classes/testsdk.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/testsdk.bbclass')
-rw-r--r--meta/classes/testsdk.bbclass2
1 files changed, 1 insertions, 1 deletions
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):
22 targets = glob.glob(d.expand(testdir + "/tc/environment-setup-*")) 22 targets = glob.glob(d.expand(testdir + "/tc/environment-setup-*"))
23 for sdkenv in targets: 23 for sdkenv in targets:
24 bb.plain("Testing %s" % sdkenv) 24 bb.plain("Testing %s" % sdkenv)
25 tc = CTestContext(d, testdir, sdkenv, args) 25 tc = CTestContext(d, testdir, sdkenv, tcname, args)
26 26
27 # this is a dummy load of tests 27 # this is a dummy load of tests
28 # we are doing that to find compile errors in the tests themselves 28 # we are doing that to find compile errors in the tests themselves