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-1984-g1444541
Date: Thu, 15 May 2014 13:58:23 +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  1444541156bd163bdcd86779f605ef0fb884f711 (commit)
      from  f348eb860ac0d54995e1cc0e351b315ec91b1b31 (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=1444541156bd163bdcd86779f605ef0fb884f711


commit 1444541156bd163bdcd86779f605ef0fb884f711
Author: Gabriele Giacone <address@hidden>
Date:   Thu May 15 15:50:30 2014 +0200

    Redirect stderr to outlog file as well.

diff --git a/testsuite/generic-testrunner.sh b/testsuite/generic-testrunner.sh
index 4cf362f..99949b1 100755
--- a/testsuite/generic-testrunner.sh
+++ b/testsuite/generic-testrunner.sh
@@ -62,7 +62,7 @@ for t in ${testfiles}; do
        outlog=${top_builddir}/testoutlog.\$$
        echo "NOTE: Running test \${t}"
        ( 
-               exec > \${outlog}
+               exec > \${outlog} 2>&1
                ${top_builddir}/utilities/gprocessor -d${delay} -r${runs} 
-f${advances} -v \${t} || echo "FAILED: gprocessor returned an error while 
playing '\${t}'"
        )
        cat \${outlog}

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

Summary of changes:
 testsuite/generic-testrunner.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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