diff options
Diffstat (limited to 'meta/lib/oeqa/selftest/devtool.py')
| -rw-r--r-- | meta/lib/oeqa/selftest/devtool.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/devtool.py b/meta/lib/oeqa/selftest/devtool.py index a160c8328c..7f9efe6368 100644 --- a/meta/lib/oeqa/selftest/devtool.py +++ b/meta/lib/oeqa/selftest/devtool.py | |||
| @@ -1654,7 +1654,7 @@ class DevtoolTests(DevtoolBase): | |||
| 1654 | 1654 | ||
| 1655 | tmpconfig = os.path.join(buildir, '.config') | 1655 | tmpconfig = os.path.join(buildir, '.config') |
| 1656 | #Step 3 | 1656 | #Step 3 |
| 1657 | bitbake('linux-yocto -c cleanall') | 1657 | bitbake('linux-yocto -c clean') |
| 1658 | #Step 4.1 | 1658 | #Step 4.1 |
| 1659 | runCmd('devtool modify virtual/kernel -x %s' % tempdir) | 1659 | runCmd('devtool modify virtual/kernel -x %s' % tempdir) |
| 1660 | self.assertTrue(os.path.exists(os.path.join(tempdir, 'Makefile')), | 1660 | self.assertTrue(os.path.exists(os.path.join(tempdir, 'Makefile')), |
