From bf098ed49b6a0c24f8b3fba50bb9c581513bf593 Mon Sep 17 00:00:00 2001 From: Jerry Date: Fri, 25 Jan 2019 15:13:40 -0800 Subject: [PATCH] remove exit status --- src/php/bin/run_tests.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/php/bin/run_tests.sh b/src/php/bin/run_tests.sh index 2f9c9f636ec..861ce433c4e 100755 --- a/src/php/bin/run_tests.sh +++ b/src/php/bin/run_tests.sh @@ -35,5 +35,4 @@ export USE_ZEND_ALLOC=0 if [ -x "$(command -v valgrind)" ]; then valgrind --error-exitcode=10 --leak-check=yes php $extension_dir -d max_execution_time=300 \ ../tests/MemoryLeakTest/MemoryLeakTest.php - exit 0 fi