From patchwork Tue Apr 5 07:24:18 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Changlong Xie X-Patchwork-Id: 8748401 Return-Path: X-Original-To: patchwork-qemu-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id F29B9C0553 for ; Tue, 5 Apr 2016 07:22:00 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 5AB8B2028D for ; Tue, 5 Apr 2016 07:22:00 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9712920220 for ; Tue, 5 Apr 2016 07:21:59 +0000 (UTC) Received: from localhost ([::1]:34862 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anLJG-0007TW-Ru for patchwork-qemu-devel@patchwork.kernel.org; Tue, 05 Apr 2016 03:21:58 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51270) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anLJ9-0007TP-Q9 for qemu-devel@nongnu.org; Tue, 05 Apr 2016 03:21:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1anLJ5-000895-Pz for qemu-devel@nongnu.org; Tue, 05 Apr 2016 03:21:51 -0400 Received: from [59.151.112.132] (port=58804 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anLJ4-00081B-Lg; Tue, 05 Apr 2016 03:21:47 -0400 X-IronPort-AV: E=Sophos;i="5.22,518,1449504000"; d="scan'208";a="5273393" Received: from unknown (HELO cn.fujitsu.com) ([10.167.33.5]) by heian.cn.fujitsu.com with ESMTP; 05 Apr 2016 15:21:38 +0800 Received: from G08CNEXCHPEKD03.g08.fujitsu.local (unknown [10.167.33.85]) by cn.fujitsu.com (Postfix) with ESMTP id 38CA842B55E5; Tue, 5 Apr 2016 15:21:34 +0800 (CST) Received: from [10.167.225.55] (10.167.225.55) by G08CNEXCHPEKD03.g08.fujitsu.local (10.167.33.89) with Microsoft SMTP Server id 14.3.279.2; Tue, 5 Apr 2016 15:21:33 +0800 Message-ID: <57036822.9070501@cn.fujitsu.com> Date: Tue, 5 Apr 2016 15:24:18 +0800 From: Changlong Xie User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: qemu devel , qemu trivial , Paolo Bonzini , Alex Bennee , Eric Blake , Markus Armbruster , Kevin Wolf , Max Reitz , John Snow References: <1459838127-32288-1-git-send-email-xiecl.fnst@cn.fujitsu.com> In-Reply-To: <1459838127-32288-1-git-send-email-xiecl.fnst@cn.fujitsu.com> X-Originating-IP: [10.167.225.55] X-yoursite-MailScanner-ID: 38CA842B55E5.AAA42 X-yoursite-MailScanner: Found to be clean X-yoursite-MailScanner-From: xiecl.fnst@cn.fujitsu.com X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 59.151.112.132 Subject: Re: [Qemu-devel] [PATCH] tests: ignore test-logging X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP On 04/05/2016 02:35 PM, Changlong Xie wrote: > Commit 3514552e added a new test, but did not mark it for > exclusion in .gitignore. > > Signed-off-by: Changlong Xie > --- > tests/.gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/.gitignore b/tests/.gitignore > index b7bf13e..898a35f 100644 > --- a/tests/.gitignore > +++ b/tests/.gitignore > @@ -70,5 +70,6 @@ test-xbzrle > test-netfilter > test-filter-mirror > test-filter-redirector > +test-logging > *-test > qapi-schema/*.test.* > It seems we should keep items in order, so From a6d9e3aeaee66941613ebed312ee7a1b0e80bcc3 Mon Sep 17 00:00:00 2001 From: Changlong Xie Date: Thu, 31 Mar 2016 13:52:35 +0800 Subject: [PATCH] tests: ignore test-logging Commit 3514552e added a new test, but did not mark it for exclusion in .gitignore. Signed-off-by: Changlong Xie Reviewed-by: Eric Blake --- tests/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/.gitignore b/tests/.gitignore index 6479b79..a303aaa 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -39,6 +39,7 @@ test-io-channel-file.txt test-io-channel-socket test-io-channel-tls test-io-task +test-logging test-mul64 test-opts-visitor test-qapi-event.[ch]