We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e145c32 commit 1be735cCopy full SHA for 1be735c
script/tool_runner.sh
@@ -20,4 +20,4 @@ readonly TOOL_PATH="$REPO_DIR/script/tool/bin/flutter_plugin_tools.dart"
20
cd "$REPO_DIR"
21
# Run from the in-tree source.
22
# PACKAGE_SHARDING is (optionally) set from Cirrus. See .cirrus.yml
23
-dart run "$TOOL_PATH" "$@" --packages-for-branch --log-timing $PACKAGE_SHARDING
+USE_FLUTTER_TEST_FONT=1 dart run "$TOOL_PATH" "$@" --packages-for-branch --log-timing $PACKAGE_SHARDING
0 commit comments