From 77cce79aa76d8fee94ebea0380b1233c8339985a Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sun, 18 Jul 2010 20:50:03 +0000 Subject: fate: ensure all imported rules are handled by helpers Originally committed as revision 24318 to svn://svn.ffmpeg.org/ffmpeg/trunk --- tests/fate-update.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/fate-update.sh') diff --git a/tests/fate-update.sh b/tests/fate-update.sh index 5deaf546a3..6b4668fc03 100755 --- a/tests/fate-update.sh +++ b/tests/fate-update.sh @@ -39,8 +39,11 @@ do_sql "$SQL_TESTS" | while read id name command; do 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" -- cgit v1.2.3