From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56749) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bp4K4-0004KP-74 for qemu-devel@nongnu.org; Tue, 27 Sep 2016 22:10:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bp4Jz-0002Ud-5R for qemu-devel@nongnu.org; Tue, 27 Sep 2016 22:10:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46584) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bp4Jy-0002TT-WA for qemu-devel@nongnu.org; Tue, 27 Sep 2016 22:10:07 -0400 Date: Wed, 28 Sep 2016 10:10:04 +0800 From: Fam Zheng Message-ID: <20160928021004.GD1284@lemon> References: <1470993574-11906-1-git-send-email-famz@redhat.com> <20160923075807.GH8832@lemon> <33183CC9F5247A488A2544077AF19020B03D674C@SZXEMA503-MBS.china.huawei.com> <20160923095905.GJ8832@lemon> <20160927101435.GJ3967@redhat.com> <33183CC9F5247A488A2544077AF19020B03DB4E4@SZXEMA503-MBS.china.huawei.com> <20160928014528.GB1284@lemon> <33183CC9F5247A488A2544077AF19020B03DB517@SZXEMA503-MBS.china.huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <33183CC9F5247A488A2544077AF19020B03DB517@SZXEMA503-MBS.china.huawei.com> Subject: Re: [Qemu-devel] [PATCH RFC] tests: Run qtest cases in parallel List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Gonglei (Arei)" Cc: "Daniel P. Berrange" , "pbonzini@redhat.com" , John Snow , "qemu-devel@nongnu.org" , "Wubin (H)" On Wed, 09/28 01:54, Gonglei (Arei) wrote: > What do you mean about the realpath? Can we use it to set the environment variable? Basically just guess where QTEST_QEMU_BINARY is based on argv[0]. Fam