Re: [Qemu-block] [PATCH] iotests: Hide timestamps for skipped tests

2019-06-14 Thread Kevin Wolf
Am 13.06.2019 um 20:37 hat Max Reitz geschrieben: > Currently, the "thistime" variable is not reinitialized on every loop > iteration. This leads to tests that do not yield a run time (because > they failed or were skipped) printing the run time of the previous test > that did. Fix that by

[Qemu-block] [PATCH] iotests: Hide timestamps for skipped tests

2019-06-13 Thread Max Reitz
Currently, the "thistime" variable is not reinitialized on every loop iteration. This leads to tests that do not yield a run time (because they failed or were skipped) printing the run time of the previous test that did. Fix that by reinitializing "thistime" for every test. Signed-off-by: Max