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: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1977-g4772894
Date: Tue, 13 May 2014 00:18:27 +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  4772894bc3c7001bccd0e3b1deb4b255c498c24a (commit)
      from  ad0b3eff349049734afcfa4c1c06fa3a2d6d2815 (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=4772894bc3c7001bccd0e3b1deb4b255c498c24a


commit 4772894bc3c7001bccd0e3b1deb4b255c498c24a
Author: Bastiaan Jacques <address@hidden>
Date:   Tue May 13 02:18:07 2014 +0200

    Increase verbosity for LCTestRunner.

diff --git a/testsuite/simultaneous-testrunner.sh 
b/testsuite/simultaneous-testrunner.sh
index 9729e11..51950e1 100755
--- a/testsuite/simultaneous-testrunner.sh
+++ b/testsuite/simultaneous-testrunner.sh
@@ -57,9 +57,9 @@ outlog1=${top_builddir}/testoutlog.\$$
 outlog2=${top_builddir}/testoutlog2.\$$
 
 echo "Running first process"
-${top_builddir}/gui/gnash -v -r0 ${t1} -t ${timeout} | tee \${outlog1} &
+${top_builddir}/gui/gnash -vvv -r0 ${t1} -t ${timeout} | tee \${outlog1} &
 echo "Running second process"
-${top_builddir}/gui/gnash -v -r0 ${t2} -t ${timeout} | tee \${outlog2} &
+${top_builddir}/gui/gnash -vvv -r0 ${t2} -t ${timeout} | tee \${outlog2} &
 wait
 
 for log in \${outlog1} \${outlog2}; do

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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