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

To handle one case which have 2 implementations, which one is for specific platform, on is for all platforms

This commit is contained in:
hu-weihua 2017-12-01 01:02:11 -05:00
parent fe3e4a13a9
commit bad2b94585

View File

@ -886,6 +886,9 @@ sub load_case {
}
$$case_name_index_map_ref{"$name"} = $i;
$newcmdstart = 0;
if(grep (/$case_ref->[$i]->{name}/,@{ $invalidcases{"noruncases"} })){
delete_item_from_array($case_ref->[$i]->{name}, $invalidcases{"noruncases"});
}
} else {
$skip = 1;
push @{ $invalidcases{"invalidcasename"} }, $name;