* [Qemu-devel] No scratch directory in qemu-iotests
@ 2011-04-08 1:21 Lyu Mitnick
2011-04-08 8:47 ` Stefan Hajnoczi
0 siblings, 1 reply; 3+ messages in thread
From: Lyu Mitnick @ 2011-04-08 1:21 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 431 bytes --]
Hello
When I want to use qemu-iotests, some error occurred:
$ git clone git://
git.kernel.org/pub/scm/linux/kernel/git/hch/qemu-iotests.git
$ cd qemu-iotests
$ ./check -h
common.config: Error: $TEST_DIR
(/home/mitnick/Desktop/GSoC2011/QEMU/qemu-iotests/scratch) is not a
directory
There is no error when I create directory scratch. I am wondering whether
scratch
should be add into qemu-iotests master tree??
Thanks
Mitnick
[-- Attachment #2: Type: text/html, Size: 706 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] No scratch directory in qemu-iotests
2011-04-08 1:21 [Qemu-devel] No scratch directory in qemu-iotests Lyu Mitnick
@ 2011-04-08 8:47 ` Stefan Hajnoczi
2011-04-11 18:11 ` Christoph Hellwig
0 siblings, 1 reply; 3+ messages in thread
From: Stefan Hajnoczi @ 2011-04-08 8:47 UTC (permalink / raw)
To: Lyu Mitnick; +Cc: Kevin Wolf, qemu-devel, Christoph Hellwig
On Fri, Apr 08, 2011 at 09:21:02AM +0800, Lyu Mitnick wrote:
> Hello
>
> When I want to use qemu-iotests, some error occurred:
>
> $ git clone git://
> git.kernel.org/pub/scm/linux/kernel/git/hch/qemu-iotests.git
>
> $ cd qemu-iotests
>
> $ ./check -h
> common.config: Error: $TEST_DIR
> (/home/mitnick/Desktop/GSoC2011/QEMU/qemu-iotests/scratch) is not a
> directory
>
> There is no error when I create directory scratch. I am wondering whether
> scratch
> should be add into qemu-iotests master tree??
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.
Stefan
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] No scratch directory in qemu-iotests
2011-04-08 8:47 ` Stefan Hajnoczi
@ 2011-04-11 18:11 ` Christoph Hellwig
0 siblings, 0 replies; 3+ messages in thread
From: Christoph Hellwig @ 2011-04-11 18:11 UTC (permalink / raw)
To: Stefan Hajnoczi; +Cc: Kevin Wolf, Christoph Hellwig, Lyu Mitnick, qemu-devel
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.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-04-12 1:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-08 1:21 [Qemu-devel] No scratch directory in qemu-iotests Lyu Mitnick
2011-04-08 8:47 ` Stefan Hajnoczi
2011-04-11 18:11 ` Christoph Hellwig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).