X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=run%2Ftests;h=b9af0f5e715a45b0839a24aeacf4ddc27cdf515b;hp=9b94ada80452c305ee67d31cf9e4436f800005a0;hb=6a83317e65555954dd33c7b1c62e3a317ff37bd2;hpb=e749511fb4839feaccc94d506fa13b89ab13a570 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