mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-03 21:02:34 +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:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user