From ec73c369584315d91030faebc7e1a6e878c7e565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20Ka=CC=88fer?= Date: Thu, 23 Oct 2014 06:22:08 -0700 Subject: fix typo --- scripts/run_tests.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh index fcd7fae096..6b42b79911 100755 --- a/scripts/run_tests.sh +++ b/scripts/run_tests.sh @@ -2,14 +2,14 @@ set -e set -o pipefail -c + cd build/${BUILDTYPE:-Release} for TEST in ./test_* ; do # allow writing core files ulimit -c unlimited -S - ulimit -c - cat /proc/sys/kernel/core_pattern + echo 'ulimit -c: '`ulimit -c` + echo '/proc/sys/kernel/core_pattern: '`cat /proc/sys/kernel/core_pattern` sysctl kernel.core_pattern RESULT=0 -- cgit v1.2.1