t/run-fio-tests: improve json data decoding
authorVincent Fu <vincent.fu@samsung.com>
Tue, 24 May 2022 14:23:24 +0000 (14:23 +0000)
committerJens Axboe <axboe@kernel.dk>
Sat, 28 May 2022 02:37:17 +0000 (20:37 -0600)
commitdb2637ec09786c5610006414f28c2b21a3c3c165
tree527ba34967ee9ef95fea4c27a45588f4c71373a4
parenta3a6f1058aa41db20794bee1df0bec4019c14d42
t/run-fio-tests: improve json data decoding

Instead of skipping up to five lines, just skip everything until the
opening curly brace when trying to decode JSON data.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
Link: https://lore.kernel.org/r/20220524142229.135808-5-vincent.fu@samsung.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
t/run-fio-tests.py