Merge branch '2.0' of git.carlh.net:git/dcpomatic into 2.0
[dcpomatic.git] / run / tests
index b9af0f5e715a45b0839a24aeacf4ddc27cdf515b..e9c02589375a47d2a60d291390b890153b73ada6 100755 (executable)
--- a/run/tests
+++ b/run/tests
@@ -3,6 +3,7 @@
 # e.g. --run_tests=foo
 
 export LD_LIBRARY_PATH=build/src/lib:$LD_LIBRARY_PATH
+export DCPOMATIC_LINUX_SHARE_PREFIX=`pwd`
 if [ "$1" == "--debug" ]; then
     shift;
     gdb --args build/test/unit-tests --catch_system_errors=no $*
@@ -10,6 +11,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