From bc5acfa7af01d7ac947159b3337d41692e29ee8a Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 4 Sep 2011 10:01:59 +0200 Subject: [PATCH] fate: use +frame+slice named constants instead of '3' --- tests/fate-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fate-run.sh b/tests/fate-run.sh index f623eec..56514c8 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @@ -16,7 +16,7 @@ cmp=${6:-diff} ref=${7:-"${base}/ref/fate/${test}"} fuzz=$8 threads=${9:-1} -thread_type=${10:-3} +thread_type=${10:-frame+slice} outdir="tests/data/fate" outfile="${outdir}/${test}" -- 2.7.4