From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57278) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9SfZ-0003UI-9d for qemu-devel@nongnu.org; Mon, 11 Apr 2011 21:45:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9Lae-00044r-TY for qemu-devel@nongnu.org; Mon, 11 Apr 2011 14:11:57 -0400 Received: from verein.lst.de ([213.95.11.211]:54583 helo=newverein.lst.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9Lae-00044Y-On for qemu-devel@nongnu.org; Mon, 11 Apr 2011 14:11:56 -0400 Date: Mon, 11 Apr 2011 20:11:56 +0200 From: Christoph Hellwig Message-ID: <20110411181156.GB8877@lst.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] No scratch directory in qemu-iotests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Kevin Wolf , Christoph Hellwig , Lyu Mitnick , qemu-devel@nongnu.org On Fri, Apr 08, 2011 at 09:47:47AM +0100, Stefan Hajnoczi wrote: > I think it's a good idea to make qemu-iotests work out-of-the-box. > Can you send a patch for this? > > Note that scratch/ is in .gitignore so you might have to tweak > .gitignore to get the behavior you want. Alternatively common.config > could mkdir scratch/ on first run. Hmm. The original idea was you make it a symlink to a partitions so that you don't have to nessecarily run it inside the source tree. But I suspect just include the directory and allowing an override is fine, too.