Loading
Revert "test/common: Indicate failure when run_test()'s cmd returns es != 0"
This change negatively affects failure detection in all the suites which don't adhere to: "For similar scenarios, we need to force errexit into action by explicitly returning from the run_test() when the command it executes fails". For instance, wrapper functions which execute unittests got affected by it. See for instance: https://github.com/spdk/spdk/issues/3451 This would require some bulky refactor which is simply not worth the effort, it's better to drop this change altogether. This reverts commit e5160883. Change-Id: Ifa13e194f498e30a52dc062a5e9f65e169c0bfe8 Signed-off-by:Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24296 Bypass-Merge-Requirements: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com>