diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-05-23 13:27:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-05-23 13:27:22 +0100 |
| commit | 9c262e6cc1cc7d365dc9f5a66162158e1623e4f2 (patch) | |
| tree | 2810214d55b99f67fcbde08a5ad5cfeee15c0443 | |
| parent | 494c263c852d1e37be809920cb72e76a29c4ef08 (diff) | |
Try to get core dumps when tests crash.
| -rwxr-xr-x | run/tests | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
