The following changes since commit c1f6f32ea74316df1e8707eba4fb95ab14fae6f7: Add tests from t/ to the Windows installer (2019-08-05 14:45:50 -0600) are available in the Git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to 937ec971236d98089b63217635294c788ea00bce: t/zbd: Fix I/O bytes rounding errors (2019-08-08 21:36:32 -0600) ---------------------------------------------------------------- Shin'ichiro Kawasaki (1): t/zbd: Fix I/O bytes rounding errors t/zbd/test-zbd-support | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- Diff of recent changes: diff --git a/t/zbd/test-zbd-support b/t/zbd/test-zbd-support index 10c78e9a..6fb48ef0 100755 --- a/t/zbd/test-zbd-support +++ b/t/zbd/test-zbd-support @@ -85,7 +85,8 @@ run_fio() { fio=$(dirname "$0")/../../fio - opts=("--aux-path=/tmp" "--allow_file_create=0" "$@") + opts=("--aux-path=/tmp" "--allow_file_create=0" \ + "--significant_figures=10" "$@") { echo; echo "fio ${opts[*]}"; echo; } >>"${logfile}.${test_number}" "${dynamic_analyzer[@]}" "$fio" "${opts[@]}"