diff options
author | cajun-rat <phil@advancedtelematic.com> | 2018-01-19 14:15:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-19 14:15:12 +0100 |
commit | 31d650297304e638b1f065e1e12244ddab1560af (patch) | |
tree | c31f1863878efb156c9afc4088eda177bbe2cb79 /lib/oeqa/selftest/cases/updater.py | |
parent | 2575b7e3cb81d89df0a5b2f25e91bc56f4917f29 (diff) | |
parent | b605cf215ff4cef35c3f62fee0ec14e3c8d5ba22 (diff) | |
download | meta-updater-31d650297304e638b1f065e1e12244ddab1560af.tar.gz |
Merge pull request #234 from advancedtelematic/doc/PRO-4337/build-problems
Add a brief doc section for common build problems.
Diffstat (limited to 'lib/oeqa/selftest/cases/updater.py')
-rw-r--r-- | lib/oeqa/selftest/cases/updater.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/oeqa/selftest/cases/updater.py b/lib/oeqa/selftest/cases/updater.py index 253320d..9264616 100644 --- a/lib/oeqa/selftest/cases/updater.py +++ b/lib/oeqa/selftest/cases/updater.py | |||
@@ -165,7 +165,8 @@ class GrubTests(OESelftestTestCase): | |||
165 | # Strip off line ending. | 165 | # Strip off line ending. |
166 | value_str = value.decode()[:-1] | 166 | value_str = value.decode()[:-1] |
167 | self.assertEqual(value_str, machine, | 167 | self.assertEqual(value_str, machine, |
168 | 'MACHINE does not match hostname: ' + machine + ', ' + value_str) | 168 | 'MACHINE does not match hostname: ' + machine + ', ' + value_str + |
169 | '\nIs tianocore ovmf installed?') | ||
169 | print(value_str) | 170 | print(value_str) |
170 | 171 | ||
171 | 172 | ||