2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 01:56:39 +00:00

Merge pull request #3101 from hu-weihua/xcattest

Run all cases specified by command line, do not skip invalid case
This commit is contained in:
Yuan Bai 2017-05-19 17:07:00 +08:00 committed by GitHub
commit 210480cd85

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;