+22
−23
Loading
1) `rm -f` ignores non-existing files and arguments, so any checks before calling it are unnecessary. 2) Changed the test before killing bdevperf, as -v will only ensure that a variable was declared, but it could still be empty. 3) Quoted all keys referencing the stats array to emphasize that it is an associative array. Signed-off-by:Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: Id230b133f79475ebaa382cb30d37e95b1226b14d Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/18870 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Michal Berger <michal.berger@intel.com> Reviewed-by:
Aleksey Marchuk <alexeymar@nvidia.com> Reviewed-by:
Jim Harris <jim.harris@gmail.com> Reviewed-by:
Pawel Piatek <pawelx.piatek@intel.com>