From patchwork Thu Sep 14 10:27:07 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heinrich Schuchardt X-Patchwork-Id: 813761 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3xtF8j0DHrz9sPk for ; Thu, 14 Sep 2017 20:27:31 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 65145C21E88; Thu, 14 Sep 2017 10:27:28 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id B3A2AC21D5F; Thu, 14 Sep 2017 10:27:25 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 1E1F5C21D5F; Thu, 14 Sep 2017 10:27:24 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.20]) by lists.denx.de (Postfix) with ESMTPS id D44ABC21C50 for ; Thu, 14 Sep 2017 10:27:22 +0000 (UTC) Received: from laptop1.fritz.box ([92.40.248.127]) by mail.gmx.com (mrgmx103 [212.227.17.174]) with ESMTPSA (Nemesis) id 0MWCKz-1dur2H2Qjx-00XIUc; Thu, 14 Sep 2017 12:27:21 +0200 From: Heinrich Schuchardt To: Tom Rini Date: Thu, 14 Sep 2017 12:27:07 +0200 Message-Id: <20170914102707.10509-1-xypron.glpk@gmx.de> X-Mailer: git-send-email 2.11.0 X-Provags-ID: V03:K0:+mDpkhx88RPy41D08EnI8Pp0UEYYuQrw4Us7NLeVOiA3xXFEC3C pMvdEUTyKX+2pNCzYjp8RWMogUORv01eEUxhWZ12KBu2lpbqyvwHg1HXGWfWktH32LVe8Nu CV7z3ni9bK111yk2OXC7QnUDQT+ivTsf/eEdr2uGzZMwla3/VEHollWLt3ii3mLW5BxcEXX bYFLDDXpHHlFaLIeAThJA== X-UI-Out-Filterresults: notjunk:1; V01:K0:MV85yr7729M=:/JWK0E4UTtHgoGDgUcH0lB j+ZIHe36++08g4211V2+u/bdzKnUmnRkutA2R8GxHomAOJu4FUTGNYwJhyl83qT2IcP307D1n 6B/CeypFmx1+OWues9q0WmckxAxsCvPbh8WqJ6kpIaT+WN5HXGChBkf4ENFrB5W0RZhawAg0z OAn18mT34m8DXz/tCuVnUHikTr0xkH20j5nWykI62gL8gZmTKb7lZMIYlvelaOWKRNvO7LGc+ znI6C+/8exNPNI8/CMOivKE+GWi+TKA8/4U+X7Mh7O3qKjpkCDMRDq5EtHnNcz/WlcbbcBgJO 89tJPPiSU5sNuwRU2rfxIdbpbjT7PVyvPkKC1c+LFSe/O7QnYDdRbDivjPT7ZfsMgfWJiaOMb NOjr5MyGfihSbknkGAlofrhu7pjtooKQZ51b4p3YTMmWm43IrS4ZTFEsNsEvKxzFi0NE/gIn+ 6yoGh/S+DHFOGvQB+QfTF94aPgBwfd6dYlakWgmSCVrsjUAFu1GlbvtVHNSvWb/EyLRCCxOKO YNruAZ6cX9K6R+bJfto/KcQej1OQ9dag7S9BANzNbEM1N4LB38xMPydOW542wMYJ+jI6ainzR 9ykdvnCNuqRdInZQqKEsyFxs3LJQ5Gy+tWH8wultcddQBHu9rhLEDiaedt5YS1b48nbjlyVAd 2CVh2Cz2adUlwlEMvAeV9n0P23ppVdx6hb72pqwJBsU/0++hNzR9YRjHKrz3/xPq+xH+gVJTi dsXMU64X/Eqil/SoBprrIiVwP3GTOCilx+C2tSjJyiRTex+6Q2BaVUiazg2q7ZJRn3W+mtY76 8KmQbsEOLqH6BzjVoo2OdPEnEPAlQ== Cc: u-boot@lists.denx.de, Heinrich Schuchardt Subject: [U-Boot] [PATCH 1/1] test/py: u_boot_console_base.py: fix typo X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" run_command does not have a parameter wait_for_each. Signed-off-by: Heinrich Schuchardt --- test/py/u_boot_console_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/py/u_boot_console_base.py b/test/py/u_boot_console_base.py index b1f474236e..eedf73f858 100644 --- a/test/py/u_boot_console_base.py +++ b/test/py/u_boot_console_base.py @@ -160,7 +160,7 @@ class ConsoleBase(object): Args: cmd: The command to send. - wait_for_each: Boolean indicating whether to wait for U-Boot to + wait_for_echo: Boolean indicating whether to wait for U-Boot to echo the command text back to its output. send_nl: Boolean indicating whether to send a newline character after the command string.