Remove output stream fiddling as it stops run/tests returning an error code on test...
authorCarl Hetherington <cth@carlh.net>
Thu, 13 Nov 2014 11:11:09 +0000 (11:11 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 13 Nov 2014 11:11:09 +0000 (11:11 +0000)
run/tests

index b9af0f5e715a45b0839a24aeacf4ddc27cdf515b..9b94ada80452c305ee67d31cf9e4436f800005a0 100755 (executable)
--- 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