aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2015-04-12 08:28:42 -0700
committerMichael Niedermayer <michaelni@gmx.at>2015-05-15 10:04:50 +0200
commitb35d67fa518c14f4970d630f5a068f0d73219215 (patch)
treed1a9453d2ab92dff0a3dc01a91a0d17bd5c36f43
parentb942813a413566312acf06b00a710edda68644d1 (diff)
downloadffmpeg-b35d67fa518c14f4970d630f5a068f0d73219215.tar.gz
fate: Include branch information in the payload header
The server is properly equiped not to choke on that now. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 7ad27f1221562b037178d1fb605510ba349f04cc) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-xtests/fate.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/fate.sh b/tests/fate.sh
index 5a78018b42..b55d87efc0 100755
--- a/tests/fate.sh
+++ b/tests/fate.sh
@@ -83,8 +83,7 @@ clean(){
report(){
date=$(date -u +%Y%m%d%H%M%S)
- echo "fate:0:${date}:${slot}:${version}:$1:$2:${comment}" >report
-# echo "fate:1:${date}:${slot}:${version}:$1:$2:${branch}:${comment}" >report
+ 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 ; done
test -n "$fate_recv" && $tar report *.log | gzip | $fate_recv