diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/lib/oeqa/selftest/devtool.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/devtool.py b/meta/lib/oeqa/selftest/devtool.py index 2a08721336..7db286fc15 100644 --- a/meta/lib/oeqa/selftest/devtool.py +++ b/meta/lib/oeqa/selftest/devtool.py | |||
@@ -874,6 +874,8 @@ class DevtoolTests(DevtoolBase): | |||
874 | result = runCmd('devtool modify %s -x %s' % (testrecipe, tempdir)) | 874 | result = runCmd('devtool modify %s -x %s' % (testrecipe, tempdir)) |
875 | # Check git repo | 875 | # Check git repo |
876 | self._check_src_repo(tempdir) | 876 | self._check_src_repo(tempdir) |
877 | # Try building just to ensure we haven't broken that | ||
878 | bitbake("%s" % testrecipe) | ||
877 | # Edit / commit local source | 879 | # Edit / commit local source |
878 | runCmd('echo "/* Foobar */" >> oe-local-files/makedevs.c', cwd=tempdir) | 880 | runCmd('echo "/* Foobar */" >> oe-local-files/makedevs.c', cwd=tempdir) |
879 | runCmd('echo "Foo" > oe-local-files/new-local', cwd=tempdir) | 881 | runCmd('echo "Foo" > oe-local-files/new-local', cwd=tempdir) |