This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:

Subject: test-media: fix regexp to include cec tests in the Final Summary
Author:  Hans Verkuil <hans.verk...@cisco.com>
Date:    Sat Feb 2 11:39:46 2019 +0100

The totals of the cec tests weren't included, fix the regexp.

Signed-off-by: Hans Verkuil <hans.verk...@cisco.com>

 contrib/test/test-media | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=c64c0ee04d9b69fefc4ef4baf9bf4fe82ea6cbae
diff --git a/contrib/test/test-media b/contrib/test/test-media
index 2fb2711314cf..888170a56296 100755
--- a/contrib/test/test-media
+++ b/contrib/test/test-media
@@ -119,7 +119,7 @@ echo Summary:
 echo
 
 grep 'Total' $tmp
-grep 'Grand Total' $tmp | perl -e '
+grep '^Total' $tmp | perl -e '
 while (<>) {
        ($succeeded, $failed, $warnings) = /Succeeded: (\d+), Failed: (\d+), 
Warnings: (\d+)/;
        $tot_succeeded += $succeeded;

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to