qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] tests: ignore test-logging


From: Changlong Xie
Subject: Re: [Qemu-devel] [PATCH] tests: ignore test-logging
Date: Tue, 5 Apr 2016 15:24:18 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

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 <address@hidden>
---
  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 <address@hidden>
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 <address@hidden>
---
 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]
--
1.9.3





reply via email to

[Prev in Thread] Current Thread [Next in Thread]