Changeset 831
- Timestamp:
- 03/23/2012 05:16:19 PM (14 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
Makefile.frag (modified) (1 diff)
-
run-xcachetest (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.frag
r711 r831 41 41 cat $(srcdir)/.cvsignore | grep -v ^Makefile | grep -v ^config.nice | xargs rm -rf 42 42 43 xcachetest: 43 xcachetest: all 44 44 $(SED) "s#\\./modules/#$(top_builddir)/modules/#" < $(srcdir)/xcache-test.ini > $(top_builddir)/tmp-php.ini 45 TEST_PHP_SRCDIR=$(top_srcdir) \46 45 CC="$(CC)" \ 47 $(srcdir)/run-xcachetest -d "open_basedir=" -d "safe_mode=0" -d "output_buffering=0" -d "memory_limit=-1" $(top_srcdir)/run-tests.php$(TESTS) $(TEST_ARGS) -c $(top_builddir)/tmp-php.ini46 $(srcdir)/run-xcachetest $(TESTS) $(TEST_ARGS) -c $(top_builddir)/tmp-php.ini -
trunk/run-xcachetest
r605 r831 34 34 echo "TEST_PHP_EXECUTABLE: $TEST_PHP_EXECUTABLE" 35 35 36 exec "$php_cli" "$@" 36 run_tests_php=$TEST_PHP_SRCDIR/run-tests.php 37 exec "$php_cli" -d "open_basedir=" -d "safe_mode=0" -d "output_buffering=0" -d "memory_limit=-1" $run_tests_php "$@"

