[FFmpeg-cvslog] r24318 - trunk/tests/fate-update.sh

mru subversion
Sun Jul 18 22:50:03 CEST 2010


Author: mru
Date: Sun Jul 18 22:50:03 2010
New Revision: 24318

Log:
fate: ensure all imported rules are handled by helpers

Modified:
   trunk/tests/fate-update.sh

Modified: trunk/tests/fate-update.sh
==============================================================================
--- trunk/tests/fate-update.sh	Sun Jul 18 22:46:44 2010	(r24317)
+++ trunk/tests/fate-update.sh	Sun Jul 18 22:50:03 2010	(r24318)
@@ -39,8 +39,11 @@ do_sql "$SQL_TESTS" | while read id name
             command="${command#*ffmpeg}"; command="${command% -f *}"
             command="crc $command"
             ;;
+        *)
+            echo "Unhandled command '$command'"
+            exit 1
+            ;;
     esac
-    command=$(echo "$command" | sed 's/\$BUILD_PATH/$(TARGET_PATH)/g')
     command=$(echo "$command" | sed 's/\$SAMPLES_PATH/$(SAMPLES)/g')
     command=$(echo "$command" | sed 's/ *$//')
     do_sql "SELECT expected_stdout FROM test_spec WHERE id=$id" | awk '/./{print}' > "$ref/$name"



More information about the ffmpeg-cvslog mailing list