diff options
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/devtool.py')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/devtool.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/devtool.py b/meta/lib/oeqa/selftest/cases/devtool.py index fc08906117..ee75687f01 100644 --- a/meta/lib/oeqa/selftest/cases/devtool.py +++ b/meta/lib/oeqa/selftest/cases/devtool.py | |||
@@ -2493,7 +2493,7 @@ class DevtoolIdeSdkTests(DevtoolBase): | |||
2493 | self.track_for_cleanup(tempdir) | 2493 | self.track_for_cleanup(tempdir) |
2494 | self.add_command_to_tearDown('bitbake -c clean %s' % recipe_name) | 2494 | self.add_command_to_tearDown('bitbake -c clean %s' % recipe_name) |
2495 | 2495 | ||
2496 | result = runCmd('devtool modify %s -x %s' % (recipe_name, tempdir)) | 2496 | result = runCmd('devtool modify %s -x %s --debug-build' % (recipe_name, tempdir)) |
2497 | self.assertExists(os.path.join(tempdir, build_file), | 2497 | self.assertExists(os.path.join(tempdir, build_file), |
2498 | 'Extracted source could not be found') | 2498 | 'Extracted source could not be found') |
2499 | self.assertExists(os.path.join(self.workspacedir, 'conf', | 2499 | self.assertExists(os.path.join(self.workspacedir, 'conf', |