[FFmpeg-cvslog] fate: Ignore errors from concatenating report files
Diego Biurrun
git at videolan.org
Fri Mar 4 17:22:53 CET 2016
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sun Feb 21 12:12:26 2016 +0100| [cd846b47977485bd4063e77a3324e6b7840567a2] | committer: Diego Biurrun
fate: Ignore errors from concatenating report files
Some files may be missing for valid reasons, e.g. on compile failure.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cd846b47977485bd4063e77a3324e6b7840567a2
---
tests/fate.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/fate.sh b/tests/fate.sh
index a192981..b8ee1ae 100755
--- a/tests/fate.sh
+++ b/tests/fate.sh
@@ -83,7 +83,7 @@ clean(){
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 ${build}/tests/data/fate/*.rep >>report
+ cat ${build}/config.fate ${build}/tests/data/fate/*.rep >>report 2>/dev/null
test -n "$fate_recv" && $tar report *.log | gzip | $fate_recv
}
More information about the ffmpeg-cvslog
mailing list