All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@buildroot.org
Cc: Julien Olivain <ju.o@free.fr>
Subject: [Buildroot] [PATCH 15/17] support/testing/tests/package/test_micropython.py: fix 'returned' typo
Date: Fri, 20 Sep 2024 23:08:33 +0200	[thread overview]
Message-ID: <20240920210836.4093091-15-peter@korsgaard.com> (raw)
In-Reply-To: <20240920210836.4093091-1-peter@korsgaard.com>

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 support/testing/tests/package/test_micropython.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/testing/tests/package/test_micropython.py b/support/testing/tests/package/test_micropython.py
index 371deb2978..cc0e5854c8 100644
--- a/support/testing/tests/package/test_micropython.py
+++ b/support/testing/tests/package/test_micropython.py
@@ -16,7 +16,7 @@ class TestMicroPython(infra.basetest.BRTest):
     def run_upy_code(self, python_code, opts=""):
         cmd = f'micropython {opts} -c "{python_code}"'
         output, ret = self.emulator.run(cmd)
-        self.assertEqual(ret, 0, f"could not run '{cmd}', returnd {ret}: '{output}'")
+        self.assertEqual(ret, 0, f"could not run '{cmd}', returned {ret}: '{output}'")
         return output
 
     def test_run(self):
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2024-09-20 21:09 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-20 21:08 [Buildroot] [PATCH 01/17] support/dependencies/dependencies.sh: fix 'mimic' typo Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 02/17] support/kconfig: fix 'multiple' typo in patch description Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 03/17] support/misc/Buildroot.cmake: fix 'after all' typo Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 04/17] support/misc/utils.mk: fix typos Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 05/17] support/scripts/cve.py: fix 'useful' typo Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 06/17] support/scripts/graph-build-time: fix 'auxiliary' typo Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 07/17] support/scripts/pkg-stats: fix 'dictionary' typo Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 08/17] support/testing/tests/init/test_systemd.py: fix 'on top' typo Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 09/17] support/testing/tests/package/test_acpica.py: fix typos in comments Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 10/17] support/testing/tests/package/test_bash.py: fix 'running' typo Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 11/17] support/testing/tests/package/test_compressor_base.py: fix 'extension' typo Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 12/17] support/testing/tests/package/test_cryptsetup.py: fix 'encrypted' typo Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 13/17] support/testing/tests/package/test_ddrescue.py: fix 'normally' typo Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 14/17] support/testing/tests/package/test_iptables.py: fix 'OUTPUT' typo Peter Korsgaard
2024-09-20 21:08 ` Peter Korsgaard [this message]
2024-09-20 21:08 ` [Buildroot] [PATCH 16/17] support/testing/tests/package/test_mtools.py: fix 'unformatted' typo Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 17/17] support/testing/tests/package/test_weston/overlay/etc/weston.ini: fix 'independent' typo Peter Korsgaard
2024-09-21 18:49 ` [Buildroot] [PATCH 01/17] support/dependencies/dependencies.sh: fix 'mimic' typo Yann E. MORIN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240920210836.4093091-15-peter@korsgaard.com \
    --to=peter@korsgaard.com \
    --cc=buildroot@buildroot.org \
    --cc=ju.o@free.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.