From: Jason Etheridge Date: Thu, 6 Nov 2014 19:53:06 +0000 (-0500) Subject: actually 3 errors here, not 1 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7ddbd79ff174dab16ee7cd07c451df373236c0b2;p=working%2Frandom.git actually 3 errors here, not 1 Signed-off-by: Jason Etheridge --- diff --git a/qa/test_output_webifier.pl b/qa/test_output_webifier.pl index fe892cb41..5865a3018 100755 --- a/qa/test_output_webifier.pl +++ b/qa/test_output_webifier.pl @@ -144,7 +144,7 @@ sub print_pass_or_fail { my $subpage = shift; my $exception = {}; # keyed on subpage, value = # of expected errors $exception{'Installing Evergreen pre-requisites'} = 1; # Class-DBI-Frozen test failure - $exception{'Log Output: osrfsys.log'} = 1; # open-ils.cstore ERROR from live_t/08-lp1366964-libdbi-error.t + $exception{'Log Output: osrfsys.log'} = 3; # open-ils.cstore ERROR from live_t/08-lp1366964-libdbi-error.t (and related) if (! defined $exception{$subpage}) { $exception{$subpage} = 0; }