Skip to content

Commit a8b9961

Browse files
add temporary migration flag
1 parent e9b4aab commit a8b9961

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

customer_testing.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ REM changing this file.
1010

1111
CD packages/animations
1212
CALL flutter analyze --no-fatal-infos
13+
set USE_FLUTTER_TEST_FONT=1
1314
CALL flutter test
1415

1516
REM We don't run the tests in packages/rfw because those tests are

customer_testing.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ flutter analyze --no-fatal-infos
3636
if [[ "$OSTYPE" == "linux-gnu" ]]; then
3737
# We only run the full tests on Linux because golden files differ
3838
# from platform to platform.
39-
flutter test
39+
USE_FLUTTER_TEST_FONT=1 flutter test
4040
fi
4141
# The next script verifies that the coverage is not regressed; it does
4242
# not verify goldens. (It does run all the tests though, so it still

0 commit comments

Comments
 (0)