Skip to content

Commit 0a75af0

Browse files
committed
pixman : Fix for affine-bench test
Updated the wrapper-script to filter out the affine-bench test, since benchmarking tests are not used for functional testing. Signed-off-by: Rajashree Rajendran <[email protected]>
1 parent 833212b commit 0a75af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linux-tools/pixman/pixman.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function tc_local_setup()
4343
function run_test()
4444
{
4545
pushd $TESTS_DIR &>/dev/null
46-
TESTS=`ls | sed '/lowlevel-blt-bench/d' | sed '/check-formats/d'`
46+
TESTS=`ls | sed '/lowlevel-blt-bench/d' | sed '/check-formats/d' | sed '/affine-bench/d'`
4747
TST_TOTAL=`echo $TESTS | wc -w`
4848

4949
for test in $TESTS; do

0 commit comments

Comments
 (0)