mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[flutter_tester] Accept --icu-data-file-path (#8374)
This commit is contained in:
parent
e633b26c5c
commit
fdcbb40fe9
@ -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 = "";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user