summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrun/tests1
1 files changed, 1 insertions, 0 deletions
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