summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-10-25 23:54:02 +0100
committerCarl Hetherington <cth@carlh.net>2014-10-25 23:54:02 +0100
commit6a83317e65555954dd33c7b1c62e3a317ff37bd2 (patch)
tree9d729284622bc9a6fcdcd2b1ebb7c31172efff1b
parente749511fb4839feaccc94d506fa13b89ab13a570 (diff)
Various updates to test reference files; mostly small changes after 12-bit support.
-rwxr-xr-xrun/tests2
1 files changed, 1 insertions, 1 deletions
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