mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 15:00:40 +00:00
7 lines
296 B
Bash
7 lines
296 B
Bash
|
defaults -currentHost write -g AppleFontSmoothing -int 0
|
||
|
goldens=$(find ./test -name "*_golden_test.dart" -print)
|
||
|
for f in $goldens; do
|
||
|
flutter test "$f" --dart-define cameraStubImage=assets/camera_stub_image.jpg --update-goldens
|
||
|
done
|
||
|
defaults -currentHost write -g AppleFontSmoothing -int 3
|