diff options
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/devtool.py')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/devtool.py | 2 |
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 d5d09186f7..1dfef599e6 100644 --- a/meta/lib/oeqa/selftest/cases/devtool.py +++ b/meta/lib/oeqa/selftest/cases/devtool.py | |||
@@ -216,7 +216,7 @@ class DevtoolTests(DevtoolBase): | |||
216 | result = runCmd('devtool -q find-recipe %s' % pn) | 216 | result = runCmd('devtool -q find-recipe %s' % pn) |
217 | self.assertEqual(recipepath, result.output.strip()) | 217 | self.assertEqual(recipepath, result.output.strip()) |
218 | # Test devtool edit-recipe | 218 | # Test devtool edit-recipe |
219 | result = runCmd('EDITOR="echo 123" devtool -q edit-recipe %s' % pn) | 219 | result = runCmd('VISUAL="echo 123" devtool -q edit-recipe %s' % pn) |
220 | self.assertEqual('123 %s' % recipepath, result.output.strip()) | 220 | self.assertEqual('123 %s' % recipepath, result.output.strip()) |
221 | # Clean up anything in the workdir/sysroot/sstate cache (have to do this *after* devtool add since the recipe only exists then) | 221 | # Clean up anything in the workdir/sysroot/sstate cache (have to do this *after* devtool add since the recipe only exists then) |
222 | bitbake('%s -c cleansstate' % pn) | 222 | bitbake('%s -c cleansstate' % pn) |