diff options
Diffstat (limited to 'meta/lib/oeqa/utils/commands.py')
-rw-r--r-- | meta/lib/oeqa/utils/commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/utils/commands.py b/meta/lib/oeqa/utils/commands.py index dfb6c215bb..93a0e4846b 100644 --- a/meta/lib/oeqa/utils/commands.py +++ b/meta/lib/oeqa/utils/commands.py | |||
@@ -178,7 +178,7 @@ def create_temp_layer(templayerdir, templayername, priority=999, recipepathspec= | |||
178 | 178 | ||
179 | 179 | ||
180 | @contextlib.contextmanager | 180 | @contextlib.contextmanager |
181 | def runqemu(pn, test): | 181 | def runqemu(pn): |
182 | 182 | ||
183 | import bb.tinfoil | 183 | import bb.tinfoil |
184 | import bb.build | 184 | import bb.build |