From 2a3e2f5eee2ad9a068fafc03c900518a33b97a54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Ferr=C3=A3o?= <2031761+viniciusferrao@users.noreply.github.com> Date: Sun, 9 Aug 2026 13:16:35 -0300 Subject: [PATCH] fix(ci): skip installed source tests --- github_action_xcat_test.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/github_action_xcat_test.pl b/github_action_xcat_test.pl index 92739127c..dd8eed589 100644 --- a/github_action_xcat_test.pl +++ b/github_action_xcat_test.pl @@ -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){