typo
authorJason Etheridge <jason@esilibrary.com>
Thu, 8 Aug 2013 17:13:05 +0000 (13:13 -0400)
committerJason Etheridge <jason@esilibrary.com>
Thu, 8 Aug 2013 17:13:05 +0000 (13:13 -0400)
qa/test_output_filter.pl

index 5c4a1c0..c747767 100755 (executable)
@@ -37,7 +37,7 @@ while (my $line = <>) {
                 || $line =~ / tests /
                 || $line =~ /Failed /
                 || $line =~ /Passed /
-                || $line =~ /Files:/
+                || $line =~ /Files=/
             ) {
                 $class .= 'comment ';
             }