summaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/Makefile
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2017-01-03 16:05:56 +0000
committerMax Reitz <mreitz@redhat.com>2017-02-12 00:47:42 +0100
commit36bd4228126139a382a4fdbc49c96798a9894626 (patch)
tree06646db1d6849a1d65ed67acdcbd556ff7f15141 /tests/qemu-iotests/Makefile
parent53b63460f61906340bfe73d263c47896f68f7b9d (diff)
downloadqemu-36bd4228126139a382a4fdbc49c96798a9894626.tar.gz
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/Makefile')
-rw-r--r--tests/qemu-iotests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/Makefile b/tests/qemu-iotests/Makefile
index 2fb527c5b5..27380e60c1 100644
--- a/tests/qemu-iotests/Makefile
+++ b/tests/qemu-iotests/Makefile
@@ -1,5 +1,5 @@
-CLEANFILES= *.out.bad *.notrun check.log check.time
+CLEANFILES= *.out.bad *.notrun check.log check.time*
# no default target
default: