gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Gabriele Giacone
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1909-ge6d58b6
Date: Tue, 22 Apr 2014 12:25:22 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  e6d58b6cbafdada41d214e78c0a80e92ce4bae89 (commit)
      from  2c8c326864249f30340dda0f4d865980f415ccab (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=e6d58b6cbafdada41d214e78c0a80e92ce4bae89


commit e6d58b6cbafdada41d214e78c0a80e92ce4bae89
Author: Gabriele Giacone <address@hidden>
Date:   Tue Apr 22 14:23:23 2014 +0200

    Output swfdec traces and logs as well.

diff --git a/testsuite/analyse-results.sh b/testsuite/analyse-results.sh
index 30e779d..b590424 100755
--- a/testsuite/analyse-results.sh
+++ b/testsuite/analyse-results.sh
@@ -131,22 +131,31 @@ if test ${total_fail} -gt 0 || test ${total_xpass} -gt 0; 
then
                        echo
                fi
        fi
-       rm -f ${timing}.tmp
 
        if [ "$mode" = "verbose" ]; then
                if test ${total_fail} -gt 0; then
-                       echo "Verbose mode enabled. Displaying testrun.log 
files."
+                       echo "Verbose mode enabled. Displaying following files:"
                        echo
+                       swfdecfail=$(sed -n 's/^.*in \(.*.trace-gnash\).*in 
\(.*.log\).*$/\1\n\2/p' ${timing}.tmp)
+                       for log in $swfdecfail; do
+                               echo " testsuite/swfdec/$log"
+                               logfiles="${logfiles} testsuite/swfdec/$log"
+                       done
                        for s in ${suitefail}; do
-                               testrun=${s}/testrun.log
-                               echo "= = = = = = = [ ${testrun} file - BEGIN ] 
= = = = = = ="
-                               cat ${testrun}
-                               echo "= = = = = = = [ ${testrun} file - END   ] 
= = = = = = ="
+                               echo " ${s}/testrun.log"
+                               logfiles="${logfiles} ${s}/testrun.log"
+                       done
+                       echo
+                       for logfile in ${logfiles}; do
+                               echo "= = = = = = = [ ${logfile} file - BEGIN ] 
= = = = = = ="
+                               cat ${logfile}
+                               echo "= = = = = = = [ ${logfile} file - END   ] 
= = = = = = ="
                                echo
                        done
                fi
        fi
 
+       rm -f ${timing}.tmp
        exit $rc
 else
        exit 0

-----------------------------------------------------------------------

Summary of changes:
 testsuite/analyse-results.sh |   21 +++++++++++++++------
 1 files changed, 15 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]