diff options
Diffstat (limited to 'meta/lib/oeqa/selftest/lic-checksum.py')
| -rw-r--r-- | meta/lib/oeqa/selftest/lic-checksum.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/lic-checksum.py b/meta/lib/oeqa/selftest/lic-checksum.py index bd3b9a1ba3..cac6d84452 100644 --- a/meta/lib/oeqa/selftest/lic-checksum.py +++ b/meta/lib/oeqa/selftest/lic-checksum.py | |||
| @@ -13,7 +13,7 @@ class LicenseTests(oeSelfTest): | |||
| 13 | @testcase(1197) | 13 | @testcase(1197) |
| 14 | def test_nonmatching_checksum(self): | 14 | def test_nonmatching_checksum(self): |
| 15 | bitbake_cmd = '-c configure emptytest' | 15 | bitbake_cmd = '-c configure emptytest' |
| 16 | error_msg = 'ERROR: emptytest: The new md5 checksum is 8d777f385d3dfec8815d20f7496026dc' | 16 | error_msg = 'emptytest: The new md5 checksum is 8d777f385d3dfec8815d20f7496026dc' |
| 17 | 17 | ||
| 18 | lic_file, lic_path = tempfile.mkstemp() | 18 | lic_file, lic_path = tempfile.mkstemp() |
| 19 | os.close(lic_file) | 19 | os.close(lic_file) |
