From patchwork Mon Jan 22 05:38:39 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 10177339 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 73493601D5 for ; Mon, 22 Jan 2018 05:38:47 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 58CD52623C for ; Mon, 22 Jan 2018 05:38:47 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4C44926E79; Mon, 22 Jan 2018 05:38:47 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8FB922623C for ; Mon, 22 Jan 2018 05:38:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750848AbeAVFip (ORCPT ); Mon, 22 Jan 2018 00:38:45 -0500 Received: from bombadil.infradead.org ([65.50.211.133]:34957 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750828AbeAVFip (ORCPT ); Mon, 22 Jan 2018 00:38:45 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: Content-Type:MIME-Version:Date:Message-ID:Subject:From:Cc:To:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=6iroBCC5+0Gp0AXNUlXFUR/oNlC65nYyA1JayblRvGo=; b=m7upUPHQTYcx5lfyHXRHuPU6f gWpMgMpEzJrxK3/cKy243aec32DTGK8bLfKq389qpLlUnEzK7G8DCz8ZBoHf1r/8mkyDLZuPa2ovS rJWiFH4slneYPAkS8ej1ZjUj33w3ZTuWA2jNDkd9pPJ/yUmyZa4SY8U6iUoB69pbTqxflSQ6kw9// rJqrdhaK8Dxs9GozxZSECwuSuc4oPTP+RZ3IU2kgPHJRIFRBx2zgM1vuLhn2Lie56QxCQQeBVy8lT r2Oq7HXfa+08sUP4pLAYqkg3zJ/fRrOxzkqum7nxfGyITixJeGfsx1NqYl0crWuMSOsQBQjuyvZ9L YQtfdOtxA==; Received: from static-50-53-52-16.bvtn.or.frontiernet.net ([50.53.52.16] helo=dragon.site) by bombadil.infradead.org with esmtpsa (Exim 4.89 #1 (Red Hat Linux)) id 1edUoc-00050Q-3B; Mon, 22 Jan 2018 05:38:42 +0000 To: Linux-Sparse , Christopher Li Cc: Josh Triplett , Luc Van Oostenryck From: Randy Dunlap Subject: [PATCH] Documentation: editing fixes in test-suite Message-ID: <5bf3731a-c3be-e94e-2aaf-4c443e6ed870@infradead.org> Date: Sun, 21 Jan 2018 21:38:39 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 Content-Language: en-US Sender: linux-sparse-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sparse@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Randy Dunlap Fix typos, grammar, punctuation, and spelling in Documentation/test-suite. Signed-off-by: Randy Dunlap Cc: Luc Van Oostenryck Cc: Josh Triplett Reviewed-by: Luc Van Oostenryck Reviewed-by: Josh Triplett --- Documentation/test-suite | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- sprs-2018-0119.orig/Documentation/test-suite +++ sprs-2018-0119/Documentation/test-suite @@ -35,7 +35,7 @@ check-output-start / check-output-end (o check-output-ignore / check-error-ignore (optional) Don't check the expected output (stdout or stderr) of check-command - (usefull when this output is not comparable or if you're only interested + (useful when this output is not comparable or if you're only interested in the exit value). By default this check is done. @@ -54,8 +54,8 @@ check-output-excludes: (option must contains none of the patterns. check-output-pattern--times: (optional) - Similar than the contains/excludes her above, but with full control - of the number of times the pattern should occurs in the output. + Similar to the contains/excludes above, but with full control + of the number of times the pattern should occur in the output. Using test-suite ~~~~~~~~~~~~~~~~ @@ -84,7 +84,7 @@ cmd: "sparse $file". The output of the test-suite format command can be redirected into the -test case to create a test-suite formated file. +test case to create a test-suite formatted file. $ ./test-suite format bad-assignment.c Assignment >> bad-assignment.c $ cat !$