my $subpage = shift;
my $exception = {}; # keyed on subpage, value = # of expected errors
$exception{'Log Output: osrfsys.log'} = 3; # open-ils.cstore ERROR from live_t/08-lp1366964-libdbi-error.t (and related)
- $exception{'Running Evergreen browser client build/test'} = 7; # Cannot connect to offline DB: Error: http://google.github.io/lovefield/error_lookup/src/error_lookup.html
+ $exception{'Running Evergreen browser client build/test'} = 6; # Cannot connect to offline DB: Error: http://google.github.io/lovefield/error_lookup/src/error_lookup.html
if (! defined $exception{$subpage}) {
$exception{$subpage} = 0;
}