Improve script to test grib param definitions

This commit is contained in:
Shahram Najm 2016-02-02 14:43:07 +00:00
parent 6706d9eecd
commit 65c3a84245
1 changed files with 1 additions and 1 deletions

View File

@ -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();