summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/lib/oeqa/selftest/buildoptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/buildoptions.py b/meta/lib/oeqa/selftest/buildoptions.py
index 1a427f1625..491ce50ea7 100644
--- a/meta/lib/oeqa/selftest/buildoptions.py
+++ b/meta/lib/oeqa/selftest/buildoptions.py
@@ -139,7 +139,7 @@ do_install_append_pn-gzip () {
139 self.assertTrue(line and line.startswith("WARNING:"), "WARNING: QA Issue: nfs-utils message is not present in bitbake's output: %s" % res.output) 139 self.assertTrue(line and line.startswith("WARNING:"), "WARNING: QA Issue: nfs-utils message is not present in bitbake's output: %s" % res.output)
140 140
141 @testcase(1421) 141 @testcase(1421)
142 def test_layer_git_revisions_are_displayed_and_do_not_fail_without_git_repo(self): 142 def test_layer_without_git_dir(self):
143 """ 143 """
144 Summary: Test that layer git revisions are displayed and do not fail without git repository 144 Summary: Test that layer git revisions are displayed and do not fail without git repository
145 Expected: The build to be successful and without "fatal" errors 145 Expected: The build to be successful and without "fatal" errors