8000 Improve Symfony test setup · nikic/php-src@aee31dd · GitHub
[go: up one dir, main page]

Skip to content

Commit aee31dd

Browse files
nicolas-grekasnikic
authored andcommitted
Improve Symfony test setup
Perform PHPUnit installation under php7.3 -- which will also make it work on master. Also properly resolve the tty issue by specifying excluded groups during the test run.
1 parent f945c82 commit aee31dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure/community_job.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ jobs:
6060
git clone https://github.com/symfony/symfony.git --branch=master --depth=1
6161
cd symfony
6262
php7.3 /usr/bin/composer install --no-progress
63+
php7.3 ./phpunit install
6364
export USE_ZEND_ALLOC=0
6465
export USE_TRACKED_ALLOC=1
6566
export ASAN_OPTIONS=exitcode=139
66-
# Close stdin because we hang on some kind of tty test otherwise.
67-
php ./phpunit 0<&-
67+
php ./phpunit --exclude-group tty,benchmark,intl-data,transient
6868
if [ $? -gt 128 ]; then
6969
exit 1
7070
fi

0 commit comments

Comments
 (0)
0