Remove some Linux hacks that I can't see the point of any more.
[dcpomatic.git] / run / tests
index 13aa1f6e6ffdde09bfbc407a06b90262dd21ab7d..97eef411f56fe5a2cf9d75b92d0190dfbaafd1f1 100755 (executable)
--- a/run/tests
+++ b/run/tests
@@ -3,10 +3,9 @@
 # e.g. --run_tests=foo
 
 export LD_LIBRARY_PATH=build/src/lib:/home/c.hetherington/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 $*
+    gdb --args build/test/unit-tests --catch_system_errors=no --log_level=test_suite $*
 elif [ "$1" == "--backtrace" ]; then
     shift;
     gdb -batch -ex "run" -ex "thread apply all bt" -return-child-result --args build/test/unit-tests --catch_system_errors=yes $*