From 02865f1226908fb781e9a775638fdeec79bace8b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 13 Nov 2014 11:11:09 +0000 Subject: [PATCH] Remove output stream fiddling as it stops run/tests returning an error code on test failure. --- run/tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/tests b/run/tests index b9af0f5e7..9b94ada80 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 $* 3>&1 1>&2 2>&3 | grep -v "No accelerated colorspace conversion" | grep -v "full chroma interpolation" + build/test/unit-tests --catch_system_errors=no $* fi -- 2.30.2