From 6a67ab1da0928d5b239a15851938d6237846ca1e Mon Sep 17 00:00:00 2001 From: Maximilian Mitchell Date: Wed, 10 Nov 2021 21:06:16 +0000 Subject: [PATCH] add flutter clean to test.sh --- test_driver/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_driver/test.sh b/test_driver/test.sh index 790ee106..9229f401 100755 --- a/test_driver/test.sh +++ b/test_driver/test.sh @@ -19,6 +19,6 @@ elif [[ $device == *"linux"* ]]; then flutter config --enable-linux-desktop fi +flutter clean flutter doctor - flutter drive --target=test_driver/app.dart -d "$device"