7c00bdab97
Currently autotest prints the following at the start of each run: > grep: /[...]/output/timing.txt: No such file or directory No harm is done and the file is created right after the grep, but the message might be misleading. We get rid of it now by ensuring the file always exists before grepping it. Change-Id: I271b68479a6fddcbe098c2657fd7c4dc39e6e50a Signed-off-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/454708 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>