mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
- No more memory_limit for running tests
This commit is contained in:
parent
ca16776087
commit
e5df7fa8b2
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ test:
|
|||
TEST_PHP_EXECUTABLE=$(top_builddir)/$(SAPI_CLI_PATH) \
|
||||
TEST_PHP_SRCDIR=$(top_srcdir) \
|
||||
CC="$(CC)" \
|
||||
$(top_builddir)/$(SAPI_CLI_PATH) -d 'open_basedir=' -d 'safe_mode=0' -d 'output_buffering=0' $(top_srcdir)/run-tests.php $(TESTS); \
|
||||
$(top_builddir)/$(SAPI_CLI_PATH) -d 'open_basedir=' -d 'safe_mode=0' -d 'output_buffering=0' -d 'memory_limit=-1' $(top_srcdir)/run-tests.php $(TESTS); \
|
||||
else \
|
||||
echo "ERROR: Cannot run tests without CLI sapi."; \
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue