projects
/
working
/
random.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0baa811
)
adjust expected errors for Evergreen pre-req fetching
author
Jason Etheridge
<jason@esilibrary.com>
Wed, 5 Mar 2014 16:25:48 +0000
(11:25 -0500)
committer
Jason Etheridge
<jason@esilibrary.com>
Wed, 5 Mar 2014 16:25:48 +0000
(11:25 -0500)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
qa/test_output_webifier.pl
patch
|
blob
|
history
diff --git
a/qa/test_output_webifier.pl
b/qa/test_output_webifier.pl
index
11a8463
..
8c307cf
100755
(executable)
--- 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;
}