Changeset 623 for branches/1.3/run-xcachetest
- Timestamp:
- 07/05/2009 10:41:16 AM (4 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
run-xcachetest (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/run-xcachetest
r604 r623 19 19 if test -z "$TEST_PHP_USER" ; then 20 20 TEST_PHP_USER="$PHP_SRC/tests" 21 for i in Zend ZendEngine2 ext/standard/tests ext/reflection/tests ; do21 for i in Zend ZendEngine2 ext/standard/tests ext/reflection/tests ext/spl/tests; do 22 22 if test -d "$PHP_SRC/$i" ; then 23 23 TEST_PHP_USER="$TEST_PHP_USER,$PHP_SRC/$i"

