From 74a6091f19f2a80ada6033204e8ca2a16cf8e0b3 Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Mon, 27 Jan 2025 21:08:16 +0100 Subject: [PATCH] Update update_goldens.sh --- update_goldens.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_goldens.sh b/update_goldens.sh index 73eeb3f..05d1ea6 100644 --- a/update_goldens.sh +++ b/update_goldens.sh @@ -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