From b57f085b8182c209e45851fe6c4d47f9d97479f4 Mon Sep 17 00:00:00 2001 From: hu-weihua Date: Fri, 19 May 2017 04:12:13 -0400 Subject: [PATCH] Run all cases specified by command line, do not skip invalid case --- xCAT-test/xcattest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-test/xcattest b/xCAT-test/xcattest index 6c7f0b5d8..3ffd7cfd4 100755 --- a/xCAT-test/xcattest +++ b/xCAT-test/xcattest @@ -1016,7 +1016,7 @@ sub load_case { } } log_this($running_log_fd, "To run:", @new_cases_to_be_run); - @{$cases_to_be_run_ref} = @new_cases_to_be_run; + #@{$cases_to_be_run_ref} = @new_cases_to_be_run; } } return $caseerror;