From 23a984416f7405d8ac65174fb2a4a0d4f2225124 Mon Sep 17 00:00:00 2001 From: gouri-panda Date: Sun, 17 Dec 2023 23:18:33 +0530 Subject: [PATCH] Fixed #3613 --- contrib/instrumentation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/instrumentation.sh b/contrib/instrumentation.sh index b8ac5841d..70ff8fd64 100644 --- a/contrib/instrumentation.sh +++ b/contrib/instrumentation.sh @@ -15,7 +15,7 @@ do adb logcat ./*:E -v color & ./gradlew clean retry=$(( $retry + 1 )) - if [ $retry == 3 ]; then + if [ $retry -eq 3 ]; then adb exec-out screencap -p >screencap.png exit 1 fi