projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1f836f
)
'grep -q' is a GNU extension.
author
Diego Biurrun
<diego@biurrun.de>
Fri, 25 May 2007 13:27:08 +0000
(13:27 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Fri, 25 May 2007 13:27:08 +0000
(13:27 +0000)
Originally committed as revision 9128 to svn://svn.ffmpeg.org/ffmpeg/trunk
tests/seek_test.sh
patch
|
blob
|
history
diff --git
a/tests/seek_test.sh
b/tests/seek_test.sh
index cf4636c814440da3165bcd6ba94d2905454c7629..acfb9513d3b33c4af54818969ed40dba823d6d41 100755
(executable)
--- a/
tests/seek_test.sh
+++ b/
tests/seek_test.sh
@@
-11,7
+11,7
@@
rm -f $logfile
for i in $list ; do
echo ---------------- >>$logfile
echo $i >>$logfile
- echo $i | grep -v
q 'b-libav[01][0-9][.]'
&&
+ echo $i | grep -v
'b-libav[01][0-9][.]' 2> /dev/null
&&
./seek_test $i >> $logfile
done