[flutter_tester] Accept --icu-data-file-path (#8374)

This commit is contained in:
Zachary Anderson 2019-03-29 14:57:40 -07:00 committed by GitHub
parent e633b26c5c
commit fdcbb40fe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = "";