diff options
-rw-r--r-- | lib/oeqa/selftest/updater.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/oeqa/selftest/updater.py b/lib/oeqa/selftest/updater.py index f28349f..b435d1b 100644 --- a/lib/oeqa/selftest/updater.py +++ b/lib/oeqa/selftest/updater.py | |||
@@ -161,7 +161,8 @@ class GrubTests(oeSelfTest): | |||
161 | # Strip off line ending. | 161 | # Strip off line ending. |
162 | value_str = value.decode()[:-1] | 162 | value_str = value.decode()[:-1] |
163 | self.assertEqual(value_str, machine, | 163 | self.assertEqual(value_str, machine, |
164 | 'MACHINE does not match hostname: ' + machine + ', ' + value_str) | 164 | 'MACHINE does not match hostname: ' + machine + ', ' + value_str + |
165 | '\nIs tianocore ovmf installed?') | ||
165 | print(value_str) | 166 | print(value_str) |
166 | 167 | ||
167 | 168 | ||