diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-25 23:54:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-25 23:54:02 +0100 |
| commit | 6a83317e65555954dd33c7b1c62e3a317ff37bd2 (patch) | |
| tree | 9d729284622bc9a6fcdcd2b1ebb7c31172efff1b | |
| parent | e749511fb4839feaccc94d506fa13b89ab13a570 (diff) | |
Various updates to test reference files; mostly small changes after 12-bit support.
| -rwxr-xr-x | run/tests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
