fix path of xcache-test.ini so xcachetest be run outside of xcache srcdir
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@223 c26eb9a1-5813-0410-bd6c-c2e55f420ca71.2
parent
861ad16619
commit
c7d560f8bc
|
@ -40,4 +40,4 @@ xcachesvnclean: clean
|
|||
xcachetest:
|
||||
TEST_PHP_SRCDIR=$(top_srcdir) \
|
||||
CC="$(CC)" \
|
||||
$(srcdir)/run-xcachetest -d 'open_basedir=' -d 'safe_mode=0' -d 'output_buffering=0' -d 'memory_limit=-1' $(top_srcdir)/run-tests.php $(TESTS) -c xcache-test.ini
|
||||
$(srcdir)/run-xcachetest -d 'open_basedir=' -d 'safe_mode=0' -d 'output_buffering=0' -d 'memory_limit=-1' $(top_srcdir)/run-tests.php $(TESTS) -c $(srcdir)/xcache-test.ini
|
||||
|
|
Loading…
Reference in New Issue