mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
don't rewrite the console in non-ansi mode (#4735)
This commit is contained in:
parent
46da9e8498
commit
aa364a082d
@ -163,7 +163,7 @@ class TestCommand extends FlutterCommand {
|
|||||||
|
|
||||||
testArgs.insert(0, '--');
|
testArgs.insert(0, '--');
|
||||||
if (!terminal.supportsColor)
|
if (!terminal.supportsColor)
|
||||||
testArgs.insert(0, '--no-color');
|
testArgs.insertAll(0, <String>['--no-color', '-rexpanded']);
|
||||||
|
|
||||||
if (argResults['coverage'])
|
if (argResults['coverage'])
|
||||||
testArgs.insert(0, '--concurrency=1');
|
testArgs.insert(0, '--concurrency=1');
|
||||||
|
Loading…
Reference in New Issue
Block a user