From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH OSSTEST v2 08/13] ts-libvirt-build: run libvirt test suite Date: Mon, 13 Jul 2015 12:25:35 +0100 Message-ID: <1436786735.7019.106.camel@citrix.com> References: <1436718036-7985-1-git-send-email-wei.liu2@citrix.com> <1436718036-7985-9-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZEbrf-0003kT-Rn for xen-devel@lists.xenproject.org; Mon, 13 Jul 2015 11:25:39 +0000 In-Reply-To: <1436718036-7985-9-git-send-email-wei.liu2@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Wei Liu Cc: Xen-devel , ian.jackson@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On Sun, 2015-07-12 at 17:20 +0100, Wei Liu wrote: > We're interested in xlconfigtest. > > Signed-off-by: Wei Liu > Cc: Ian Campbell > Cc: Ian Jackson > [...] > + | tee ../libvirt-test-suite-log Should something be collecting/stashing that log file? I think since it is logged to the output of the command it's probably not needed, but I suppose you added the tee for a reason?