mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-09-26 17:54:05 +00:00
fix(ci): skip installed source tests
This commit is contained in:
@@ -475,6 +475,7 @@ sub check_syntax{
|
||||
foreach my $file (@files) {
|
||||
next if($file =~ /\/opt\/xcat\/share\/xcat\/netboot\/genesis\//);
|
||||
next if($file =~ /\/opt\/xcat\/probe\//);
|
||||
next if($file =~ /\/opt\/xcat\/share\/xcat\/tools\/autotest\/unit\//);
|
||||
|
||||
@output = runcmd("file $file");
|
||||
if($output[0] =~ /perl /i){
|
||||
|
||||
Reference in New Issue
Block a user