[infra] Add support for logs to tools/test.dart.
Bug: https://github.com/dart-lang/sdk/issues/35307 Change-Id: I770199da3bed89d41017d806d289195b22377b4f Reviewed-on: https://dart-review.googlesource.com/c/85741 Reviewed-by: William Hesse <whesse@google.com>
This commit is contained in:
@@ -233,6 +233,7 @@ ${parser.usage}""");
|
||||
..addAll([
|
||||
"--output-directory=${deflakeDirectory.path}",
|
||||
"--write-results",
|
||||
"--write-logs",
|
||||
"--test-list=$deflakeListPath"
|
||||
])
|
||||
..addAll(options.rest);
|
||||
@@ -265,6 +266,7 @@ ${parser.usage}""");
|
||||
"--failing",
|
||||
"--passing",
|
||||
"--flakiness-data=${outDirectory.path}/flaky.json",
|
||||
"--logs=${outDirectory.path}/logs.json",
|
||||
"${outDirectory.path}/previous.json",
|
||||
"${outDirectory.path}/results.json"
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user