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_start-


From: Gabriele Giacone
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-17-gaa81233
Date: Mon, 07 Feb 2011 00:04:43 +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  aa81233da77ec8716bb748446776eb938553dd9b (commit)
      from  b0e70947d5989293ce1194e7753cd09f1ae10643 (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=aa81233da77ec8716bb748446776eb938553dd9b


commit aa81233da77ec8716bb748446776eb938553dd9b
Author: Gabriele Giacone <address@hidden>
Date:   Mon Feb 7 01:04:13 2011 +0100

    Add -a grep option to process binfiles as text. Fix some openbsd tests

diff --git a/testsuite/swfdec/swfdec_gnash_tester 
b/testsuite/swfdec/swfdec_gnash_tester
index 0a5e564..7cbcf34 100755
--- a/testsuite/swfdec/swfdec_gnash_tester
+++ b/testsuite/swfdec/swfdec_gnash_tester
@@ -32,6 +32,6 @@ ${GPROCESSOR} ${FLAGS} "$in" > $logpipe 2> $logerr &
 cat < $logpipe > $logout
 rm $logpipe
 
-grep TRACE -A40 ${logout} | sed '/^--$/d; s/.*TRACE: //; 
/\n*[0-9]:[0-9]*\].*/d; s/^$//;' > $out
+grep -a TRACE -A40 ${logout} | sed '/^--$/d; s/.*TRACE: //; 
/\n*[0-9]:[0-9]*\].*/d; s/^$//;' > $out
 diff -u "$exp" "$out"
 exit $?

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

Summary of changes:
 testsuite/swfdec/swfdec_gnash_tester |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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