summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/devtool.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/devtool.py')
-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 cc28731402..a877720769 100644
--- a/meta/lib/oeqa/selftest/cases/devtool.py
+++ b/meta/lib/oeqa/selftest/cases/devtool.py
@@ -928,7 +928,7 @@ class DevtoolModifyTests(DevtoolBase):
928 # some crate:// in SRC_URI 928 # some crate:// in SRC_URI
929 # others git:// in SRC_URI 929 # others git:// in SRC_URI
930 # cointains a patch 930 # cointains a patch
931 testrecipe = 'zvariant' 931 testrecipe = 'hello-rs'
932 bb_vars = get_bb_vars(['SRC_URI', 'FILE', 'WORKDIR', 'CARGO_HOME'], testrecipe) 932 bb_vars = get_bb_vars(['SRC_URI', 'FILE', 'WORKDIR', 'CARGO_HOME'], testrecipe)
933 recipefile = bb_vars['FILE'] 933 recipefile = bb_vars['FILE']
934 workdir = bb_vars['WORKDIR'] 934 workdir = bb_vars['WORKDIR']