From 2983559ea27c6506f750a757e64d9bb4d5b43548 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Wed, 5 Nov 2014 17:06:59 -0500 Subject: [PATCH] expect the error in osrfsys.log produced by live_t/08-lp1366964-libdbi-error.t --- qa/test_output_webifier.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/test_output_webifier.pl b/qa/test_output_webifier.pl index 8c307cf45..fe892cb41 100755 --- a/qa/test_output_webifier.pl +++ b/qa/test_output_webifier.pl @@ -144,6 +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 if (! defined $exception{$subpage}) { $exception{$subpage} = 0; } -- 2.11.0