mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-22 03:32:04 +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:
parent
fe3e4a13a9
commit
bad2b94585
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user