[FFmpeg-cvslog] fate: mask errors while constructing report files
Clément Bœsch
git at videolan.org
Fri Mar 24 23:51:02 EET 2017
ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Fri Mar 24 22:28:02 2017 +0100| [b68068eed20ec4eeae97fb10548c32e9ce75357c] | committer: Clément Bœsch
fate: mask errors while constructing report files
The first case was forgotten in 89790ba2bfc9d0dc5ad407c5724b6ee616ecde58.
Note: build_only=yes is one of the case where hiding the errors makes
sense.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b68068eed20ec4eeae97fb10548c32e9ce75357c
---
tests/fate.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/fate.sh b/tests/fate.sh
index 885ea17..bbdc701 100755
--- a/tests/fate.sh
+++ b/tests/fate.sh
@@ -86,7 +86,7 @@ report(){
date=$(date -u +%Y%m%d%H%M%S)
echo "fate:1:${date}:${slot}:${version}:$1:$2:${branch}:${comment}" >report
cat ${build}/config.fate >>report
- cat ${build}/tests/data/fate/*.rep >>report || for i in ${build}/tests/data/fate/*.rep ; do cat "$i" >>report 2>/dev/null; done
+ cat ${build}/tests/data/fate/*.rep >>report 2>/dev/null || for i in ${build}/tests/data/fate/*.rep ; do cat "$i" >>report 2>/dev/null; done
test -n "$fate_recv" && $tar report *.log | gzip | $fate_recv
}
More information about the ffmpeg-cvslog
mailing list