Loading
test/json_config: kill spdk target outside of "if" instruction
In case there is an error while killing the process we won't be able to fail the test, because non-zero return codes are not respected by set -e option if they originate from inside "if" instruction". Change-Id: I2da2a00df52ae3530152a514cf86036079d61430 Signed-off-by:Karol Latecki <karol.latecki@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/466412 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>