From: Jason Etheridge Date: Thu, 8 Aug 2013 17:13:05 +0000 (-0400) Subject: typo X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=189e03fcea88941c37f3fab286e772415ada4b01;p=working%2Frandom.git typo --- 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 '; }