Skip to content

Commit

Permalink
remove temporary flag after migration (#3498)
Browse files Browse the repository at this point in the history
remove temporary flag after migration
  • Loading branch information
LongCatIsLooong authored Mar 21, 2023
1 parent d068022 commit 68abc6f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion customer_testing.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ REM changing this file.

CD packages/animations
CALL flutter analyze --no-fatal-infos
set USE_FLUTTER_TEST_FONT=1
CALL flutter test

REM We don't run the tests in packages/rfw because those tests are
Expand Down
2 changes: 1 addition & 1 deletion customer_testing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ flutter analyze --no-fatal-infos
if [[ "$OSTYPE" == "linux-gnu" ]]; then
# We only run the full tests on Linux because golden files differ
# from platform to platform.
USE_FLUTTER_TEST_FONT=1 flutter test
flutter test
fi
# The next script verifies that the coverage is not regressed; it does
# not verify goldens. (It does run all the tests though, so it still
Expand Down
2 changes: 1 addition & 1 deletion script/tool_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ readonly TOOL_PATH="$REPO_DIR/script/tool/bin/flutter_plugin_tools.dart"
cd "$REPO_DIR"
# Run from the in-tree source.
# PACKAGE_SHARDING is (optionally) set from Cirrus. See .cirrus.yml
USE_FLUTTER_TEST_FONT=1 dart run "$TOOL_PATH" "$@" --packages-for-branch --log-timing $PACKAGE_SHARDING
dart run "$TOOL_PATH" "$@" --packages-for-branch --log-timing $PACKAGE_SHARDING

0 comments on commit 68abc6f

Please sign in to comment.