Skip to content

Commit

Permalink
[flutter_tester] Accept --icu-data-file-path (flutter#8374)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanderso authored Mar 29, 2019
1 parent e633b26 commit fdcbb40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shell/testing/tester_main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,9 @@ int main(int argc, char* argv[]) {
return EXIT_FAILURE;
}

settings.icu_data_path = "icudtl.dat";
if (settings.icu_data_path.size() == 0) {
settings.icu_data_path = "icudtl.dat";
}

// The tools that read logs get confused if there is a log tag specified.
settings.log_tag = "";
Expand Down

0 comments on commit fdcbb40

Please sign in to comment.