summaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib')
-rw-r--r--meta/lib/oeqa/selftest/cases/devtool.py2
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 94873fd19f..1896944250 100644
--- a/meta/lib/oeqa/selftest/cases/devtool.py
+++ b/meta/lib/oeqa/selftest/cases/devtool.py
@@ -876,7 +876,7 @@ class DevtoolModifyTests(DevtoolBase):
876 self.assertTrue(any([uri.startswith('file://') and '.patch' in uri for uri in src_uri]), 876 self.assertTrue(any([uri.startswith('file://') and '.patch' in uri for uri in src_uri]),
877 'This test expects the %s recipe to have a patch in its src uris' % testrecipe) 877 'This test expects the %s recipe to have a patch in its src uris' % testrecipe)
878 878
879 self._test_recipe_contents(recipefile, {}, ['cargo']) 879 self._test_recipe_contents(recipefile, {}, ['ptest-cargo'])
880 880
881 # Clean up anything in the workdir/sysroot/sstate cache 881 # Clean up anything in the workdir/sysroot/sstate cache
882 bitbake('%s -c cleansstate' % testrecipe) 882 bitbake('%s -c cleansstate' % testrecipe)