diff options
Diffstat (limited to 'meta/classes/testexport.bbclass')
-rw-r--r-- | meta/classes/testexport.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/testexport.bbclass b/meta/classes/testexport.bbclass index 00cf24e735..5398b3c767 100644 --- a/meta/classes/testexport.bbclass +++ b/meta/classes/testexport.bbclass | |||
@@ -163,7 +163,6 @@ def exportTests(d,tc): | |||
163 | def testexport_main(d): | 163 | def testexport_main(d): |
164 | from oeqa.oetest import ExportTestContext | 164 | from oeqa.oetest import ExportTestContext |
165 | from oeqa.targetcontrol import get_target_controller | 165 | from oeqa.targetcontrol import get_target_controller |
166 | from oeqa.utils.dump import get_host_dumper | ||
167 | 166 | ||
168 | test_create_extract_dirs(d) | 167 | test_create_extract_dirs(d) |
169 | export_dir = d.getVar("TEST_EXPORT_DIR") | 168 | export_dir = d.getVar("TEST_EXPORT_DIR") |