diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-11-13 11:11:09 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-11-13 11:11:09 +0000 |
| commit | 02865f1226908fb781e9a775638fdeec79bace8b (patch) | |
| tree | 6301b5307f35353e519a398c2c37aba0e00af12a | |
| parent | bf193143624df4cf3a49c99bda1955484051c722 (diff) | |
Remove output stream fiddling as it stops run/tests returning an error code on test failure.
| -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 $* 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 |
