From patchwork Thu Mar 2 15:15:18 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Timothy Redaelli X-Patchwork-Id: 734691 X-Patchwork-Delegate: pablo@netfilter.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3vYzMB1bhpz9s7j for ; Fri, 3 Mar 2017 04:09:41 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751768AbdCBRJh (ORCPT ); Thu, 2 Mar 2017 12:09:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:51674 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751968AbdCBRJg (ORCPT ); Thu, 2 Mar 2017 12:09:36 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D60872E6066 for ; Thu, 2 Mar 2017 15:15:29 +0000 (UTC) Received: from graphite.mxp.redhat.com (dhcp-176-62.mxp.redhat.com [10.32.176.62]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id v22FFSwB015312; Thu, 2 Mar 2017 10:15:29 -0500 From: Timothy Redaelli To: netfilter-devel@vger.kernel.org Subject: [PATCH nftables] tests: py: fix some typos in README Date: Thu, 2 Mar 2017 16:15:18 +0100 Message-Id: X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Thu, 02 Mar 2017 15:15:29 +0000 (UTC) Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org Signed-off-by: Timothy Redaelli --- tests/py/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/py/README b/tests/py/README index 82d73a2..66f706f 100644 --- a/tests/py/README +++ b/tests/py/README @@ -40,21 +40,21 @@ families. Unless you specify the --force-family option. * Execute broken tests: -./nft-test.sh -e +./nft-test.py -e This runs tests for rules that need a fix: This mode runs the lines that that start with a "-" symbol. * Debugging: -./nft-test.sh -d +./nft-test.py -d This shows all the commands that the script executes, so you can watch its internal behaviour. * Keep testing all families on error. -./nft-test.sh -f +./nft-test.py -f Don't stop testing for more families in case of error.