Commit 7ad27f12 authored by Timothy Gu's avatar Timothy Gu Committed by Michael Niedermayer

fate: Include branch information in the payload header

The server is properly equiped not to choke on that now.
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 445a02b1
...@@ -84,8 +84,7 @@ clean(){ ...@@ -84,8 +84,7 @@ clean(){
report(){ report(){
date=$(date -u +%Y%m%d%H%M%S) 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}/config.fate >>report
cat ${build}/tests/data/fate/*.rep >>report || for i in ${build}/tests/data/fate/*.rep ; do cat "$i" >>report ; done 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 test -n "$fate_recv" && $tar report *.log | gzip | $fate_recv
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment