summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-09-04 10:01:59 +0200
committerAnton Khirnov <anton@khirnov.net>2011-09-05 12:11:08 +0200
commitbc5acfa7af01d7ac947159b3337d41692e29ee8a (patch)
tree378f0f4c6c60b3a0a5123d51bc6febf962824579 /tests
parentff17fc6353c6513316b1132f27ac2a7a8d81b9ec (diff)
fate: use +frame+slice named constants instead of '3'
Diffstat (limited to 'tests')
-rwxr-xr-xtests/fate-run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index f623eecae6..56514c8120 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}"