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.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/cases/devtool.py b/meta/lib/oeqa/selftest/cases/devtool.py
index a7fde201fb..88d69724f9 100644
--- a/meta/lib/oeqa/selftest/cases/devtool.py
+++ b/meta/lib/oeqa/selftest/cases/devtool.py
@@ -1094,8 +1094,7 @@ class DevtoolTests(DevtoolBase):
1094 tempdir = tempfile.mkdtemp(prefix='devtoolqa') 1094 tempdir = tempfile.mkdtemp(prefix='devtoolqa')
1095 # Try devtool extract 1095 # Try devtool extract
1096 self.track_for_cleanup(tempdir) 1096 self.track_for_cleanup(tempdir)
1097 self.append_config('PREFERRED_PROVIDER_virtual/make = "remake"') 1097 result = runCmd('devtool extract matchbox-terminal %s' % tempdir)
1098 result = runCmd('devtool extract remake %s' % tempdir)
1099 self.assertExists(os.path.join(tempdir, 'Makefile.am'), 'Extracted source could not be found') 1098 self.assertExists(os.path.join(tempdir, 'Makefile.am'), 'Extracted source could not be found')
1100 # devtool extract shouldn't create the workspace 1099 # devtool extract shouldn't create the workspace
1101 self.assertNotExists(self.workspacedir) 1100 self.assertNotExists(self.workspacedir)