2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-11 22:10:14 +00:00

modify depending on baiyuan's comment

This commit is contained in:
hu-weihua
2017-11-10 04:29:26 -05:00
parent 5add18f790
commit 499a619577

View File

@@ -1099,7 +1099,7 @@ sub load_case {
if (@{$cases_to_be_run_ref}){
log_this($running_log_fd, "To run:", @{$cases_to_be_run_ref});
}else{
log_this($running_log_fd, "To run:", "There is not valid case to run");
log_this($running_log_fd, "To run:", "There is no valid case to run");
}
}
return $caseerror;