From patchwork Wed Mar 14 02:03:03 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Liam Beguin X-Patchwork-Id: 885584 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=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="VuumE+a5"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 401Fbd0Fjrz9sTc for ; Wed, 14 Mar 2018 13:12:12 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 6F8B3C21DFF; Wed, 14 Mar 2018 02:06:53 +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.0 required=5.0 tests=FREEMAIL_FROM, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, T_DKIM_INVALID 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 91159C21DC1; Wed, 14 Mar 2018 02:04:28 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 73AF6C21DE8; Wed, 14 Mar 2018 02:03:50 +0000 (UTC) Received: from mail-qt0-f195.google.com (mail-qt0-f195.google.com [209.85.216.195]) by lists.denx.de (Postfix) with ESMTPS id F2B66C21E1A for ; Wed, 14 Mar 2018 02:03:38 +0000 (UTC) Received: by mail-qt0-f195.google.com with SMTP id s48so1862810qtb.10 for ; Tue, 13 Mar 2018 19:03:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=0kX/X4Lwf1fBKPTgovehlGEAJ1T0Bauf4fufoBXNvGs=; b=VuumE+a5BRXU3nyvJeL9U5QQNXY8H+ySAVwx/GymkGGmet4J6nSFjFi+EZC9AH2vlx UxddRKzbMLE3gEXQkzaE+3q2kuqRcOn+6lm3Yvh2wx40xRRS1i3c9gaUZ9UPOrICYOTp xJ0V+ymDWhxCk5y+ThpKSAZ/h9AXRINkwk/L/12d7a5H76ME7ucllTExFbClFAMm5dWw 1rx77x07975PF/4cxfxXoRBAhk6AfoR1jyrn2KL3Kz4eCgEgQ29WyH5VItT5sSfCDZ5P BcVqw0KBvrk+SGSFsrTK+4ErHowIEWqCmzd7ua51dwayk5DXDHXCAKgLNHQ8WBgL2oh8 OV0A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=0kX/X4Lwf1fBKPTgovehlGEAJ1T0Bauf4fufoBXNvGs=; b=g0HIreuH200Bkh24Y2EdGd+VgJs/xi1O8w+HmnaMGoUsxeC+PH/Hb+tHwQl8KukEzQ Y5NFUGq5udv4IFLFIYcVqs5BAVr1T4Y10+YpmS+YTzL8wRKWhLfdc+YNh7NWJwsYSE+H xsu2A7C0IyDMpfXwJId6m6UPq+siqDhycKi7b+qAYG5uUBP5wjwYhsM7RxYYMNUoYPA3 QEVvBdcODkDOAlIbhPRLmLQhCMyu7HjWbyqvWT4+P+CWbPMmjHsfRhsjkojVXBayXv/A isIRXBdi5TScHsu12eQQOlOCKX+vJ3JlRpGEQUjqv3kk2LMwUTuBoZrsaqis6ZFag7sq 0jxQ== X-Gm-Message-State: AElRT7H3One86+2rVnPanG0BegUyBl9iADBBcwtfLCzdbH+W9lgSc165 mnN7xO7rA8tmQAvfzMuMLqHAz/IM X-Google-Smtp-Source: AG47ELsvXA9uKzUTbkX2pWLkBr0RF6H8vpSSzXXljqNRuFg3qliIRda+WjbvhAin2bT2t1ZOkFREKg== X-Received: by 10.237.45.68 with SMTP id h62mr4680656qtd.179.1520993017877; Tue, 13 Mar 2018 19:03:37 -0700 (PDT) Received: from localhost.localdomain (24-212-246-46.cable.teksavvy.com. [24.212.246.46]) by smtp.gmail.com with ESMTPSA id m3sm1144696qtg.57.2018.03.13.19.03.36 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 13 Mar 2018 19:03:37 -0700 (PDT) From: Liam Beguin To: u-boot@lists.denx.de Date: Tue, 13 Mar 2018 22:03:03 -0400 Message-Id: <20180314020307.23475-4-liambeguin@gmail.com> X-Mailer: git-send-email 2.16.1.72.g5be1f00a9a70 In-Reply-To: <20180314020307.23475-1-liambeguin@gmail.com> References: <20180314020307.23475-1-liambeguin@gmail.com> Cc: swarren@nvidia.com, michal.simek@xilinx.com Subject: [U-Boot] [PATCH v3 3/7] test/py: README: 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" Fix a minor typo causing vim (and possibly other) to get confused with coloring. Signed-off-by: Liam Beguin --- test/py/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/py/README.md b/test/py/README.md index eefac377567a..000afce93c4a 100644 --- a/test/py/README.md +++ b/test/py/README.md @@ -150,7 +150,7 @@ processing. option takes a single argument which is used to filter test names. Simple logical operators are supported. For example: - `'ums'` runs only tests with "ums" in their name. - - ``ut_dm'` runs only tests with "ut_dm" in their name. Note that in this + - `'ut_dm'` runs only tests with "ut_dm" in their name. Note that in this case, "ut_dm" is a parameter to a test rather than the test name. The full test name is e.g. "test_ut[ut_dm_leak]". - `'not reset'` runs everything except tests with "reset" in their name.