[SCM] libav/experimental: fate: do not delete ref files when updating tests from db

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:11:40 UTC 2013


The following commit has been merged in the experimental branch:
commit ed62c6b62414435b78cf3450b71d44a2d0aea149
Author: Måns Rullgård <mans at mansr.com>
Date:   Sun Jul 18 20:19:12 2010 +0000

    fate: do not delete ref files when updating tests from db
    
    Originally committed as revision 24310 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/tests/fate-update.sh b/tests/fate-update.sh
index 92eaaf5..6c67f57 100755
--- a/tests/fate-update.sh
+++ b/tests/fate-update.sh
@@ -14,7 +14,6 @@ do_sql(){
 }
 
 wget -q -O - "$FATE_DB_URL" | bunzip2 > "$FATE_DB"
-rm -rf "$ref"
 mkdir -p "$ref"
 exec 3>"$base/fate.mak"
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list