From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VRRbW-0006fJ-8J for mharc-qemu-trivial@gnu.org; Wed, 02 Oct 2013 14:56:58 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50063) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRRbO-0006XE-Br for qemu-trivial@nongnu.org; Wed, 02 Oct 2013 14:56:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VRRbI-0003Vf-DI for qemu-trivial@nongnu.org; Wed, 02 Oct 2013 14:56:50 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:53669) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRRat-00038u-Ru; Wed, 02 Oct 2013 14:56:20 -0400 Received: from [192.168.88.2] (mjt.vpn.tls.msk.ru [192.168.177.99]) by isrv.corpit.ru (Postfix) with ESMTP id 5E745405F1; Wed, 2 Oct 2013 22:56:17 +0400 (MSK) Message-ID: <524C6C51.3070306@msgid.tls.msk.ru> Date: Wed, 02 Oct 2013 22:56:17 +0400 From: Michael Tokarev Organization: Telecom Service, JSC User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130922 Icedove/17.0.9 MIME-Version: 1.0 To: armbru@redhat.com References: <1380008620-13796-1-git-send-email-armbru@redhat.com> <1380008620-13796-2-git-send-email-armbru@redhat.com> In-Reply-To: <1380008620-13796-2-git-send-email-armbru@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 86.62.121.231 Cc: qemu-trivial@nongnu.org, qemu-stable@nongnu.org, qemu-devel@nongnu.org, anthony@codemonkey.ws, lersek@redhat.com, afaerber@suse.de Subject: Re: [Qemu-trivial] [PATCH v3 1/2] tests: Fix schema parser test for in-tree build X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Oct 2013 18:56:57 -0000 24.09.2013 11:43, armbru@redhat.com wrote: > From: Markus Armbruster > > Commit 4f193e3 added the test, but screwed up in-tree builds > (SRCDIR=.): the tests's output overwrites the expected output, and is > thus compared to itself. Thanks, applied to the trivial patches queue. The `clean' target for tests/ would be nice to have, too... ;) /mjt From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49956) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRRb0-0006C5-1w for qemu-devel@nongnu.org; Wed, 02 Oct 2013 14:56:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VRRau-0003Aq-46 for qemu-devel@nongnu.org; Wed, 02 Oct 2013 14:56:25 -0400 Message-ID: <524C6C51.3070306@msgid.tls.msk.ru> Date: Wed, 02 Oct 2013 22:56:17 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <1380008620-13796-1-git-send-email-armbru@redhat.com> <1380008620-13796-2-git-send-email-armbru@redhat.com> In-Reply-To: <1380008620-13796-2-git-send-email-armbru@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH v3 1/2] tests: Fix schema parser test for in-tree build List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: armbru@redhat.com Cc: qemu-trivial@nongnu.org, qemu-stable@nongnu.org, qemu-devel@nongnu.org, anthony@codemonkey.ws, lersek@redhat.com, afaerber@suse.de 24.09.2013 11:43, armbru@redhat.com wrote: > From: Markus Armbruster > > Commit 4f193e3 added the test, but screwed up in-tree builds > (SRCDIR=.): the tests's output overwrites the expected output, and is > thus compared to itself. Thanks, applied to the trivial patches queue. The `clean' target for tests/ would be nice to have, too... ;) /mjt