From c9bc6d2ba8e52bba1df64db89bb904b608717740 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Thu, 21 Nov 2019 17:01:28 -0500 Subject: [PATCH] forgot this one when refactoring 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 096fd912a..f72567f39 100755 --- a/qa/test_output_webifier.pl +++ b/qa/test_output_webifier.pl @@ -174,7 +174,7 @@ while (my $line = <>) { $subpage_return_value = $1; if ($1 ne '0') { $class .= 'fail '; - print DEBUG "error counted, $error_count\n"; + consider_error_count_inc($line); } } if ($line =~ /^#/ -- 2.11.0