diff options
| -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 8d80501bec..fb9d7966ed 100644 --- a/meta/lib/oeqa/selftest/cases/devtool.py +++ b/meta/lib/oeqa/selftest/cases/devtool.py | |||
| @@ -2533,7 +2533,7 @@ class DevtoolIdeSdkTests(DevtoolBase): | |||
| 2533 | self.track_for_cleanup(tempdir) | 2533 | self.track_for_cleanup(tempdir) |
| 2534 | self.add_command_to_tearDown('bitbake -c clean %s' % recipe_name) | 2534 | self.add_command_to_tearDown('bitbake -c clean %s' % recipe_name) |
| 2535 | 2535 | ||
| 2536 | result = runCmd('devtool modify %s -x %s' % (recipe_name, tempdir)) | 2536 | result = runCmd('devtool modify %s -x %s --debug-build' % (recipe_name, tempdir)) |
| 2537 | self.assertExists(os.path.join(tempdir, build_file), | 2537 | self.assertExists(os.path.join(tempdir, build_file), |
| 2538 | 'Extracted source could not be found') | 2538 | 'Extracted source could not be found') |
| 2539 | self.assertExists(os.path.join(self.workspacedir, 'conf', | 2539 | self.assertExists(os.path.join(self.workspacedir, 'conf', |
