diff options
Diffstat (limited to 'meta/classes/testexport.bbclass')
-rw-r--r-- | meta/classes/testexport.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/testexport.bbclass b/meta/classes/testexport.bbclass index 56edda9943..d070f07afa 100644 --- a/meta/classes/testexport.bbclass +++ b/meta/classes/testexport.bbclass | |||
@@ -113,7 +113,7 @@ def copy_needed_files(d, tc): | |||
113 | oe.path.remove(cases_path) | 113 | oe.path.remove(cases_path) |
114 | bb.utils.mkdirhier(cases_path) | 114 | bb.utils.mkdirhier(cases_path) |
115 | test_paths = get_runtime_paths(d) | 115 | test_paths = get_runtime_paths(d) |
116 | test_modules = d.getVar('TEST_SUITES') | 116 | test_modules = d.getVar('TEST_SUITES').split() |
117 | tc.loadTests(test_paths, modules=test_modules) | 117 | tc.loadTests(test_paths, modules=test_modules) |
118 | for f in getSuiteCasesFiles(tc.suites): | 118 | for f in getSuiteCasesFiles(tc.suites): |
119 | shutil.copy2(f, cases_path) | 119 | shutil.copy2(f, cases_path) |