mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
support/testing: complete the grammar fix
Commita3e796b74e(utils/check-package: fix grammar) only partially fixed the test-case (git commit --amend missed the test-case...) Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit4f38b5dcbd) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
f1b72dd33d
commit
5c2a942eb0
@@ -228,9 +228,9 @@ class TestCheckPackage(unittest.TestCase):
|
||||
self.WITH_UTILS_IN_PATH, subdir_path)
|
||||
self.assert_file_was_processed(m)
|
||||
self.assert_warnings_generated_for_file(m)
|
||||
self.assertIn("{}:0: Indent was expected to fail, did you fix the file and forgot to update .checkpackageignore_outdated?"
|
||||
self.assertIn("{}:0: Indent was expected to fail, did you fix the file and forget to update .checkpackageignore_outdated?"
|
||||
.format(subdir_file), w)
|
||||
self.assertIn("{}:0: NewlineAtEof was expected to fail, did you fix the file and forgot to update "
|
||||
self.assertIn("{}:0: NewlineAtEof was expected to fail, did you fix the file and forget to update "
|
||||
".checkpackageignore_outdated?"
|
||||
.format(subdir_file), w)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user