On 24 July 2017 at 15:28, Eric Blake <ebl...@redhat.com> wrote: > On 07/21/2017 04:34 AM, Stefan Hajnoczi wrote: >> There is not much getting started documentation for qemu-iotests. This >> patch explains how to create a new test and covers the overall testing >> approach. >> >> +2. Create the test file >> + >> +Copy an existing test (one that most closely resembles what you wish to >> test) >> +to the new test number: >> + >> + cp 001 <test-number> > > And mark it executable (chmod a+x <test-number>)
It should already be executable because the test file being copied (001 in this case) is executable, shouldn't it? thanks -- PMM