Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Unified Diff: tools/migration/bin/run_tests.dart

Issue 2996563002: Output test results in diff mode. (Closed)
Patch Set: Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/migration/bin/run_tests.dart
diff --git a/tools/migration/bin/run_tests.dart b/tools/migration/bin/run_tests.dart
index 75afe6af9a46f693e5be26ac9bd0434dbb84386e..52d1ec207801d2840399f7d1f8fa0f4f58f7e994 100644
--- a/tools/migration/bin/run_tests.dart
+++ b/tools/migration/bin/run_tests.dart
@@ -136,9 +136,7 @@ Future<Null> main(List<String> arguments) async {
var configArgs = allConfigs[name];
print("${bold(name)} ${configArgs.join(' ')}:");
- var args = [
- "--progress=color",
- ];
+ var args = ["--progress=diff"];
args.addAll(configArgs);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698