1
0
mirror of https://github.com/flutter/packages.git synced 2025-07-13 08:21:30 +08:00

remove temporary flag after migration ()

remove temporary flag after migration
This commit is contained in:
LongCatIsLooong
2023-03-21 14:01:09 -07:00
committed by GitHub
parent d068022f75
commit 68abc6ffa4
3 changed files with 2 additions and 3 deletions

@ -10,7 +10,6 @@ REM changing this file.
CD packages/animations CD packages/animations
CALL flutter analyze --no-fatal-infos CALL flutter analyze --no-fatal-infos
set USE_FLUTTER_TEST_FONT=1
CALL flutter test CALL flutter test
REM We don't run the tests in packages/rfw because those tests are REM We don't run the tests in packages/rfw because those tests are

@ -36,7 +36,7 @@ flutter analyze --no-fatal-infos
if [[ "$OSTYPE" == "linux-gnu" ]]; then if [[ "$OSTYPE" == "linux-gnu" ]]; then
# We only run the full tests on Linux because golden files differ # We only run the full tests on Linux because golden files differ
# from platform to platform. # from platform to platform.
USE_FLUTTER_TEST_FONT=1 flutter test flutter test
fi fi
# The next script verifies that the coverage is not regressed; it does # 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 # not verify goldens. (It does run all the tests though, so it still

@ -20,4 +20,4 @@ readonly TOOL_PATH="$REPO_DIR/script/tool/bin/flutter_plugin_tools.dart"
cd "$REPO_DIR" cd "$REPO_DIR"
# Run from the in-tree source. # Run from the in-tree source.
# PACKAGE_SHARDING is (optionally) set from Cirrus. See .cirrus.yml # 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