From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [libnftables PATCH 2/2] tests: extend test-script to also tests parsing Date: Sat, 30 Nov 2013 22:07:59 +0100 Message-ID: <20131130210759.GA25362@localhost> References: <20131128113010.11152.61271.stgit@nfdev.cica.es> <20131128113016.11152.36686.stgit@nfdev.cica.es> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Arturo Borrero Gonzalez Return-path: Received: from mail.us.es ([193.147.175.20]:52029 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751242Ab3K3VIF (ORCPT ); Sat, 30 Nov 2013 16:08:05 -0500 Content-Disposition: inline In-Reply-To: <20131128113016.11152.36686.stgit@nfdev.cica.es> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Thu, Nov 28, 2013 at 12:30:16PM +0100, Arturo Borrero Gonzalez wrote: > Lets test the XML/JSON parsing with test-script.sh. Good, we have to make sure that new stuff also passes these tests. Applied, thanks Arturo.