summaryrefslogtreecommitdiffstats
path: root/tests/fate.sh
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2017-03-24 22:28:02 +0100
committerClément Bœsch <u@pkh.me>2017-03-24 22:32:36 +0100
commitb68068eed20ec4eeae97fb10548c32e9ce75357c (patch)
tree5fe0ef81462e7db3b0eadfd244afbc33bf57ab98 /tests/fate.sh
parent66c1c9b2774968dc26017269ac175b356592f878 (diff)
downloadffmpeg-streaming-b68068eed20ec4eeae97fb10548c32e9ce75357c.zip
ffmpeg-streaming-b68068eed20ec4eeae97fb10548c32e9ce75357c.tar.gz
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.
Diffstat (limited to 'tests/fate.sh')
-rwxr-xr-xtests/fate.sh2
1 files changed, 1 insertions, 1 deletions
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
}
OpenPOWER on IntegriCloud