From patchwork Thu Jun 27 07:12:27 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerhard Sittig X-Patchwork-Id: 254997 X-Patchwork-Delegate: sjg@chromium.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 300AB2C009D for ; Thu, 27 Jun 2013 17:13:56 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 6C7214A032; Thu, 27 Jun 2013 09:13:40 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IkJ-lA0WixQ8; Thu, 27 Jun 2013 09:13:40 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D0C6D4A03B; Thu, 27 Jun 2013 09:13:26 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 403C04A03B for ; Thu, 27 Jun 2013 09:13:13 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id P7c5VnaeSX+i for ; Thu, 27 Jun 2013 09:12:59 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 BL_NJABL=ERR(-1.5) (only DNSBL check requested) Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) by theia.denx.de (Postfix) with ESMTPS id 66B394A032 for ; Thu, 27 Jun 2013 09:12:43 +0200 (CEST) Received: from frontend1.mail.m-online.net (unknown [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3bgskb3XHNz4KK8Q; Thu, 27 Jun 2013 09:12:39 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3bgskb2XQRzbbkl; Thu, 27 Jun 2013 09:12:39 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.180]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id Y9_MTimbare8; Thu, 27 Jun 2013 09:12:38 +0200 (CEST) X-Auth-Info: zArZuRhZdoDS6W+1AZ954QjB9Go3B6ly97wSBPLiJ5o= Received: from localhost (kons-4d03c174.pool.mediaWays.net [77.3.193.116]) by mail.mnet-online.de (Postfix) with ESMTPA; Thu, 27 Jun 2013 09:12:38 +0200 (CEST) From: Gerhard Sittig To: Simon Glass Date: Thu, 27 Jun 2013 09:12:27 +0200 Message-Id: <1372317147-22099-1-git-send-email-gsi@denx.de> X-Mailer: git-send-email 1.7.10.4 Cc: u-boot@lists.denx.de Subject: [U-Boot] [PATCH v1 1/1] patman: README documentation nits X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de the -t flag appears to have a different meaning now, refer to the --test option for the builtin unit test, and adjust a directory location (it's 'tools/patman' instead of 'tools/scripts/patman') Signed-off-by: Gerhard Sittig Acked-by: Simon Glass --- tools/patman/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/patman/README b/tools/patman/README index 8cffcd1..b26573a 100644 --- a/tools/patman/README +++ b/tools/patman/README @@ -452,12 +452,12 @@ Most of these are indicated by a TODO in the code. It would be nice if this could handle the In-reply-to side of things. -The tests are incomplete, as is customary. Use the -t flag to run them, +The tests are incomplete, as is customary. Use the --test flag to run them, and make sure you are in the tools/scripts/patman directory first: $ cd /path/to/u-boot - $ cd tools/scripts/patman - $ patman -t + $ cd tools/patman + $ patman --test Error handling doesn't always produce friendly error messages - e.g. putting an incorrect tag in a commit may provide a confusing message.