actually 3 errors here, not 1
authorJason Etheridge <jason@esilibrary.com>
Thu, 6 Nov 2014 19:53:06 +0000 (14:53 -0500)
committerJason Etheridge <jason@esilibrary.com>
Thu, 6 Nov 2014 19:53:06 +0000 (14:53 -0500)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
qa/test_output_webifier.pl

index fe892cb..5865a30 100755 (executable)
@@ -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;
     }