diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2017-01-03 16:05:56 +0000 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2017-02-12 00:47:42 +0100 |
commit | 36bd4228126139a382a4fdbc49c96798a9894626 (patch) | |
tree | 06646db1d6849a1d65ed67acdcbd556ff7f15141 /tests/qemu-iotests/.gitignore | |
parent | 53b63460f61906340bfe73d263c47896f68f7b9d (diff) |
iotests: record separate timings per format,protocol pair
The 'check' program records timings for each test that
is run. These timings are only valid, however, for a
particular format/protocol combination. So if frequently
running 'check' with a variety of different formats or
protocols, the times printed can be very misleading.
Instead of having a single 'check.time' file, maintain
multiple 'check.time-$IMGPROTO-$IMGFMT' files.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-id: 20170103160556.9895-1-berrange@redhat.com
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/.gitignore')
-rw-r--r-- | tests/qemu-iotests/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/.gitignore b/tests/qemu-iotests/.gitignore index 0711cbdbf3..da62054000 100644 --- a/tests/qemu-iotests/.gitignore +++ b/tests/qemu-iotests/.gitignore @@ -1,5 +1,5 @@ check.log -check.time +check.time* common.env *.out.bad *.notrun |