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 6989de939e..67df581943 100644
--- a/meta/lib/oeqa/selftest/cases/devtool.py
+++ b/meta/lib/oeqa/selftest/cases/devtool.py
@@ -174,7 +174,7 @@ class DevtoolTests(DevtoolBase):
174 def test_create_workspace(self): 174 def test_create_workspace(self):
175 # Check preconditions 175 # Check preconditions
176 result = runCmd('bitbake-layers show-layers') 176 result = runCmd('bitbake-layers show-layers')
177 self.assertTrue('/workspace' not in result.output, 'This test cannot be run with a workspace layer in bblayers.conf') 177 self.assertTrue('\nworkspace' not in result.output, 'This test cannot be run with a workspace layer in bblayers.conf')
178 # Try creating a workspace layer with a specific path 178 # Try creating a workspace layer with a specific path
179 tempdir = tempfile.mkdtemp(prefix='devtoolqa') 179 tempdir = tempfile.mkdtemp(prefix='devtoolqa')
180 self.track_for_cleanup(tempdir) 180 self.track_for_cleanup(tempdir)