mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 14:16:00 +00:00
Merge branch 'feature/syntax-check' into fix/syntax-errors
This commit is contained in:
commit
c03cd065c2
2 changed files with 6 additions and 0 deletions
|
@ -45,6 +45,7 @@ install:
|
||||||
- cpanm --notest Text::Iconv
|
- cpanm --notest Text::Iconv
|
||||||
- cpanm --notest XML::LibXML
|
- cpanm --notest XML::LibXML
|
||||||
- cpanm --notest XML::Simple
|
- cpanm --notest XML::Simple
|
||||||
|
- cpanm --notest XML::Smart
|
||||||
- cpanm --notest XML::Twig
|
- cpanm --notest XML::Twig
|
||||||
- cpanm --notest nvidia::ml
|
- cpanm --notest nvidia::ml
|
||||||
# - Sys::Virt version matching the test system's libvirt-dev
|
# - Sys::Virt version matching the test system's libvirt-dev
|
||||||
|
|
5
t/test.t
5
t/test.t
|
@ -91,6 +91,11 @@ sub process_file {
|
||||||
$filename . " gawk syntax check"
|
$filename . " gawk syntax check"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
elsif ( $interpreter =~ m{expect} ) {
|
||||||
|
pass(
|
||||||
|
"No idea how to check expect scripts, pretending everything is ok"
|
||||||
|
);
|
||||||
|
}
|
||||||
else {
|
else {
|
||||||
fail( $filename . " unknown interpreter " . $interpreter );
|
fail( $filename . " unknown interpreter " . $interpreter );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue