We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae795e4 commit 74648a8Copy full SHA for 74648a8
travis.sh
@@ -70,11 +70,11 @@ function run_memcached_tests() {
70
export REPORT_EXIT_STATUS=1
71
export TEST_PHP_EXECUTABLE=`which php`
72
73
- # We have one xfail test, we run it separately
74
- php run-tests.php -d extension=igbinary.so -d extension=memcached.so -n ./tests/expire.phpt
75
- rm ./tests/expire.phpt
76
-
77
pushd "/tmp/php-memcached-build/memcached-${php_memcached_version}"
+ # We have one xfail test, we run it separately
+ php run-tests.php -d extension=igbinary.so -d extension=memcached.so -n ./tests/expire.phpt
+ rm ./tests/expire.phpt
+
78
php run-tests.php -d extension=igbinary.so -d extension=memcached.so -n ./tests/*.phpt
79
retval=$?
80
for i in `ls tests/*.out 2>/dev/null`; do
0 commit comments