Skip to content

Commit 74648a8

Browse files
committed
Doing this in right dir makes more sense
1 parent ae795e4 commit 74648a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: travis.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ function run_memcached_tests() {
7070
export REPORT_EXIT_STATUS=1
7171
export TEST_PHP_EXECUTABLE=`which php`
7272

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-
7773
pushd "/tmp/php-memcached-build/memcached-${php_memcached_version}"
74+
# We have one xfail test, we run it separately
75+
php run-tests.php -d extension=igbinary.so -d extension=memcached.so -n ./tests/expire.phpt
76+
rm ./tests/expire.phpt
77+
7878
php run-tests.php -d extension=igbinary.so -d extension=memcached.so -n ./tests/*.phpt
7979
retval=$?
8080
for i in `ls tests/*.out 2>/dev/null`; do

0 commit comments

Comments
 (0)