mirror of
https://github.com/nextcloud/server.git
synced 2026-06-23 07:30:41 -04:00
chore: List skipped tests in PHPUnit output
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
This commit is contained in:
parent
a8fb722b0e
commit
5cbf113315
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@
|
|||
],
|
||||
"test": [
|
||||
"Composer\\Config::disableProcessTimeout",
|
||||
"phpunit --fail-on-warning --fail-on-risky --display-warnings --display-deprecations --display-phpunit-deprecations --colors=always --configuration tests/phpunit-autotest.xml"
|
||||
"phpunit --fail-on-warning --fail-on-risky --display-warnings --display-deprecations --display-phpunit-deprecations --display-skipped --colors=always --configuration tests/phpunit-autotest.xml"
|
||||
],
|
||||
"test:db": "@composer run test -- --group DB --group SLOWDB",
|
||||
"test:files_external": "phpunit --fail-on-warning --fail-on-risky --display-warnings --display-deprecations --display-phpunit-deprecations --colors=always --configuration tests/phpunit-autotest-external.xml",
|
||||
|
|
|
|||
Loading…
Reference in a new issue