From efae49636353953de7b7670ae5d566fe9d2ef9b0 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Wed, 5 Mar 2014 11:25:48 -0500 Subject: [PATCH] adjust expected errors for Evergreen pre-req fetching 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 11a8463c3..8c307cf45 100755 --- a/qa/test_output_webifier.pl +++ b/qa/test_output_webifier.pl @@ -143,7 +143,7 @@ sub html_footer { sub print_pass_or_fail { my $subpage = shift; my $exception = {}; # keyed on subpage, value = # of expected errors - $exception{'Installing Evergreen pre-requisites'} = 3; + $exception{'Installing Evergreen pre-requisites'} = 1; # Class-DBI-Frozen test failure if (! defined $exception{$subpage}) { $exception{$subpage} = 0; } -- 2.43.2