2
0
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:
Vinícius Ferrão
2026-08-09 13:16:35 -03:00
parent de8f81d674
commit 2a3e2f5eee
+1
View File
@@ -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){