Loading
test/nvme/connect_stress: Return EXIT_FAILURE if test_controller() failed
The test program, test/nvme/connect_stress had returned always 0 regardless of the result of the test. It will be better to return EXIT_FAILURE if test_controller() returned non-zero value as reported by the github issue #3071. This partially fixes the github issue #3071. Signed-off-by:Shuhei Matsumoto <smatsumoto@nvidia.com> Change-Id: I090678371000878f46b825d371938184de532ecc Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/19342 Reviewed-by:
Aleksey Marchuk <alexeymar@nvidia.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com>