[Buildroot] [git commit] support/testing: complete the grammar fix

Yann E. MORIN yann.morin.1998 at free.fr
Sun Apr 23 19:53:02 UTC 2023


commit: https://git.buildroot.net/buildroot/commit/?id=4f38b5dcbd09ae8eb73ff64741c1df0be3b1c0f7
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Commit a3e796b74e98 (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 at free.fr>
---
 support/testing/tests/utils/test_check_package.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/support/testing/tests/utils/test_check_package.py b/support/testing/tests/utils/test_check_package.py
index 0bea0902c8..9aa117d211 100644
--- a/support/testing/tests/utils/test_check_package.py
+++ b/support/testing/tests/utils/test_check_package.py
@@ -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)
 



More information about the buildroot mailing list