From 189e03fcea88941c37f3fab286e772415ada4b01 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Thu, 8 Aug 2013 13:13:05 -0400 Subject: [PATCH] typo --- qa/test_output_filter.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/test_output_filter.pl b/qa/test_output_filter.pl index 5c4a1c003..c747767ee 100755 --- a/qa/test_output_filter.pl +++ b/qa/test_output_filter.pl @@ -37,7 +37,7 @@ while (my $line = <>) { || $line =~ / tests / || $line =~ /Failed / || $line =~ /Passed / - || $line =~ /Files:/ + || $line =~ /Files=/ ) { $class .= 'comment '; } -- 2.11.0