2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 09:36:41 +00:00

Run all cases specified by command line, do not skip invalid case

This commit is contained in:
hu-weihua 2017-05-19 04:12:13 -04:00
parent f2a09bc62b
commit b57f085b81

View File

@ -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;