From: Carl Hetherington Date: Tue, 23 May 2017 12:27:22 +0000 (+0100) Subject: Try to get core dumps when tests crash. X-Git-Tag: v2.11.7~3 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=9c262e6cc1cc7d365dc9f5a66162158e1623e4f2 Try to get core dumps when tests crash. --- diff --git a/run/tests b/run/tests index b8bb094a0..1ca030ce8 100755 --- a/run/tests +++ b/run/tests @@ -20,6 +20,7 @@ elif [ "$1" == "--quiet" ]; then shift; build/test/unit-tests --catch_system_errors=no $* else + ulimit -c unlimited build/test/unit-tests --catch_system_errors=no --log_level=test_suite $* # build/test/unit-tests --catch_system_errors=no $* fi