Skip to content

Commit

Permalink
fix make test with shared extensions
Browse files Browse the repository at this point in the history
# ok, this is the last ksh-related fix.
# it seems to be completely impossible to make it work, so I won't even try to do it anymore.
# complain to Sun and ksh authors if you have any problems.
  • Loading branch information
tony2001 committed Jun 29, 2007
1 parent c878f67 commit 5710889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.global
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ install-headers:
done; \
fi

PHP_TEST_SHARED_EXTENSIONS=`(if test ! -z "$(PHP_MODULES)"; then for i in "$(PHP_MODULES)"; do . $$i ; echo -n '-d extension=$$dlname '; done; fi;)`
PHP_TEST_SHARED_EXTENSIONS=`(if test ! -z "$(PHP_MODULES)"; then for i in "$(PHP_MODULES)"; do . $$i ; echo -n "-d extension=$$dlname "; done; fi;)`
PHP_TEST_SETTINGS=-d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1'

test: all
Expand Down

0 comments on commit 5710889

Please sign in to comment.