From 7ddbd79ff174dab16ee7cd07c451df373236c0b2 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Thu, 6 Nov 2014 14:53:06 -0500 Subject: [PATCH] actually 3 errors here, not 1 Signed-off-by: Jason Etheridge --- qa/test_output_webifier.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.43.2