+13
−13
Loading
Using shell=True was unnecessary, as it spawned additional shell process for any subprocess with this option set. We don't need that in this script and it's generally discouraged. Also removing check=True from some calls as don't have these subprocess calls in try/excepy anyways. Change-Id: Ibb9b5d71119c9dd877209ea77b8351f9b610cade Signed-off-by:Karol Latecki <karol.latecki@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6046 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Paul Luse <paul.e.luse@intel.com>