From: Jason Etheridge Date: Wed, 5 Nov 2014 22:06:59 +0000 (-0500) Subject: expect the error in osrfsys.log produced by live_t/08-lp1366964-libdbi-error.t X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2983559ea27c6506f750a757e64d9bb4d5b43548;p=working%2Frandom.git expect the error in osrfsys.log produced by live_t/08-lp1366964-libdbi-error.t --- 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; }