CXL event testing is only appropriate when the cxl-test modules are available.
Return error 77 (skip) if cxl-test modules are not available. Reported-by: Dave Jiang <[email protected]> Signed-off-by: Ira Weiny <[email protected]> --- Changes for resend: - iweiny: properly cc the mailing lists --- test/cxl-events.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/cxl-events.sh b/test/cxl-events.sh index 33b68daa6ade..fe702bf98ad4 100644 --- a/test/cxl-events.sh +++ b/test/cxl-events.sh @@ -10,6 +10,8 @@ num_fatal_expected=2 num_failure_expected=16 num_info_expected=3 +rc=77 + set -ex trap 'err $LINENO' ERR @@ -18,6 +20,7 @@ check_prereq "jq" modprobe -r cxl_test modprobe cxl_test +rc=1 dev_path="/sys/bus/platform/devices" --- base-commit: a871e6153b11fe63780b37cdcb1eb347b296095c change-id: 20230925-skip-cxl-events-7f16052b9c4e Best regards, -- Ira Weiny <[email protected]>
