mirror of https://github.com/ecmwf/eccodes.git
Improve script to test grib param definitions
This commit is contained in:
parent
6706d9eecd
commit
65c3a84245
|
@ -99,7 +99,7 @@ if (-f "cfVarName.def") {
|
|||
my %cfVar_map = process("cfVarName.def");
|
||||
is_deeply(\%name_map, \%cfVar_map, 'Check name and cfVarName are the same');
|
||||
} else {
|
||||
print "\nNote: Did not find a cfVarName.def file\n\n";
|
||||
print "\n\tWARNING: Did not find a cfVarName.def file!!!\n\n";
|
||||
}
|
||||
|
||||
done_testing();
|
||||
|
|
Loading…
Reference in New Issue