8000 minor #33506 [appveyor] exclude tty group (nicolas-grekas) · symfony/symfony@c79b45d · GitHub
[go: up one dir, main page]

Skip to content

Commit c79b45d

Browse files
minor #33506 [appveyor] exclude tty group (nicolas-grekas)
This PR was merged into the 4.4 branch. Discussion ---------- [appveyor] exclude tty group | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Tests on appveyor block and are killed after 1h... This might be the fix. Commits ------- beb7ed3 [appveyor] exclude tty group
2 parents 200eae3 + beb7ed3 commit c79b45d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ test_script:
5656
- SET SYMFONY_PHPUNIT_SKIPPED_TESTS=phpunit.skipped
5757
- copy /Y c:\php\php.ini-min c:\php\php.ini
5858
- IF %APPVEYOR_REPO_BRANCH% neq master (rm -Rf src\Symfony\Bridge\PhpUnit)
59-
- php phpunit src\Symfony --exclude-group benchmark,intl-data || SET X=!errorlevel!
59+
- php phpunit src\Symfony --exclude-group tty,benchmark,intl-data || SET X=!errorlevel!
6060
- copy /Y c:\php\php.ini-max c:\php\php.ini
61-
- php phpunit src\Symfony --exclude-group benchmark,intl-data || SET X=!errorlevel!
61+
- php phpunit src\Symfony --exclude-group tty,benchmark,intl-data || SET X=!errorlevel!
6262
- exit %X%

0 commit comments

Comments
 (0)
0