mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
"handle" expect scripts by pretending syntax is ok
This commit is contained in:
parent
7c030f5572
commit
673303f127
1 changed files with 5 additions and 0 deletions
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