Skip to content

Commit fa7fc5f

Browse files
aartbikcommit-bot@chromium.org
authored andcommitted
[dart/fuzzer] added another ignored parameter
Rationale: Avoids rejecting extra parameter when running on cluster for nightly testing. Change-Id: I34a5e02638ec93f602609e32f5e460e774656f35 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/105968 Reviewed-by: Alexander Thomas <[email protected]> Commit-Queue: Aart Bik <[email protected]>
1 parent e9f17ae commit fa7fc5f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

runtime/tools/dartfuzz/dartfuzz_test.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,8 @@ main(List<String> arguments) {
586586
help: 'number of shards used in cluster run', defaultsTo: '1')
587587
..addOption('shard', help: 'shard id in cluster run', defaultsTo: '1')
588588
..addOption('output_directory',
589+
help: 'path to output (ignored)', defaultsTo: null)
590+
..addOption('output-directory',
589591
help: 'path to output (ignored)', defaultsTo: null);
590592

591593
// Starts fuzz testing session.

0 commit comments

Comments
 (0)