2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-08-27 09:06:39 +00:00

test(ci): check syntax exclusions

This commit is contained in:
Vinícius Ferrão
2026-08-09 13:16:38 -03:00
parent 2a3e2f5eee
commit edd1ca040e
@@ -38,4 +38,10 @@ like(
'workflow dependency installation is noninteractive'
);
like(
$contents,
qr{next if\(\$file =~ /\\/opt\\/xcat\\/share\\/xcat\\/tools\\/autotest\\/unit\\//\);},
'installed source-layout tests are excluded from syntax checks'
);
done_testing();