From 6876a4d4e45091818282d6cfcc6ccf9f94217faf Mon Sep 17 00:00:00 2001 From: Jason Boyer Date: Tue, 29 Sep 2020 07:25:06 -0400 Subject: [PATCH] Update exclusion for 08-lp1366964-libdbi-error.t We ignore an error with a specific SQL statement in it but the addition of the hopeless holds enhancement changed that statement. Signed-off-by: Jason Boyer --- 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 11b6008ab..45f854ed5 100755 --- a/qa/test_output_webifier.pl +++ b/qa/test_output_webifier.pl @@ -104,7 +104,7 @@ sub consider_error_count_inc { } } if ($subpage eq 'Log Output: osrfsys.log') { - if ($line =~ /INSERT INTO config.copy_status \(holdable,id,name,opac_visible,copy_active,restrict_copy_delete,is_available\) VALUES \(DEFAULT,1,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT\);/) { + if ($line =~ /INSERT INTO config.copy_status \(holdable,id,name,opac_visible,copy_active,restrict_copy_delete,is_available,hopeless_prone\) VALUES \(DEFAULT,1,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT\);/) { print DEBUG "error skipped, $error_count\n"; print STDOUT "error skipped, $error_count\n"; return; -- 2.11.0