From 6a83317e65555954dd33c7b1c62e3a317ff37bd2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 25 Oct 2014 23:54:02 +0100 Subject: [PATCH] Various updates to test reference files; mostly small changes after 12-bit support. --- run/tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/tests b/run/tests index 9b94ada80..b9af0f5e7 100755 --- a/run/tests +++ b/run/tests @@ -10,6 +10,6 @@ elif [ "$1" == "--valgrind" ]; then shift; valgrind --tool="memcheck" --leak-check=full build/test/unit-tests $* else - build/test/unit-tests --catch_system_errors=no $* + build/test/unit-tests --catch_system_errors=no $* 3>&1 1>&2 2>&3 | grep -v "No accelerated colorspace conversion" | grep -v "full chroma interpolation" fi -- 2.30.2