mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-02-21 12:00:40 +00:00
Update update_goldens.sh
This commit is contained in:
parent
0e9dc1c524
commit
74a6091f19
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
defaults -currentHost write -g AppleFontSmoothing -int 0
|
||||
goldens=$(find ./test -name "*_golden_test.dart" -print)
|
||||
for f in $goldens; do
|
||||
fvm flutter test "$f" --dart-define cameraStubImage=assets/camera_stub_image.jpg --update-goldens
|
||||
flutter test "$f" --dart-define cameraStubImage=assets/camera_stub_image.jpg --update-goldens
|
||||
done
|
||||
defaults -currentHost write -g AppleFontSmoothing -int 3
|
||||
|
|
Loading…
Reference in a new issue