]> git.sesse.net Git - ffmpeg/blobdiff - tests/fate.sh
Merge commit 'a1d58e3b386cc0bfe16abd9ccee4eed182b7e354'
[ffmpeg] / tests / fate.sh
index 81224b63bec8efaa78c3928c667d96aff6442341..6ce8c486107ca6aec42e2db2351c91993ed18c34 100755 (executable)
@@ -84,8 +84,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