Skip to content

Commit 1be735c

Browse files
Add missing env var
1 parent e145c32 commit 1be735c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/tool_runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ readonly TOOL_PATH="$REPO_DIR/script/tool/bin/flutter_plugin_tools.dart"
2020
cd "$REPO_DIR"
2121
# Run from the in-tree source.
2222
# PACKAGE_SHARDING is (optionally) set from Cirrus. See .cirrus.yml
23-
dart run "$TOOL_PATH" "$@" --packages-for-branch --log-timing $PACKAGE_SHARDING
23+
USE_FLUTTER_TEST_FONT=1 dart run "$TOOL_PATH" "$@" --packages-for-branch --log-timing $PACKAGE_SHARDING

0 commit comments

Comments
 (0)