mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[web] remove unused --unit-tests-only flag (flutter/engine#29906)
This commit is contained in:
parent
3a02032e7d
commit
608953bf4f
@ -33,12 +33,6 @@ class TestCommand extends Command<bool> with ArgUtils<bool> {
|
||||
help: 'Run in watch mode so the tests re-run whenever a change is '
|
||||
'made.',
|
||||
)
|
||||
..addFlag(
|
||||
'unit-tests-only',
|
||||
defaultsTo: false,
|
||||
help: 'felt test command runs the unit tests and the integration tests '
|
||||
'at the same time. If this flag is set, only run the unit tests.',
|
||||
)
|
||||
..addFlag('use-system-flutter',
|
||||
defaultsTo: false,
|
||||
help:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user