From f02256cea20f019e6fe88cf703e5c5542f5514ee Mon Sep 17 00:00:00 2001 From: qiaoyuang Date: Fri, 22 Sep 2023 15:41:48 +0800 Subject: [PATCH] Modify the android instrumented tests shell script --- test_android.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test_android.sh b/test_android.sh index 5420206..b55b8ef 100755 --- a/test_android.sh +++ b/test_android.sh @@ -1,5 +1,5 @@ #Run Android instrumented tests -adb shell pm clear com.ctrip.sqllin.driver.test -adb shell pm clear com.ctrip.sqllin.dsl.test ./gradlew :sqllin-driver:connectedDebugAndroidTest --stacktrace -./gradlew :sqllin-dsl:connectedDebugAndroidTest --stacktrace \ No newline at end of file +./gradlew :sqllin-dsl:connectedDebugAndroidTest --stacktrace +adb uninstall com.ctrip.sqllin.driver.test +adb uninstall com.ctrip.sqllin.dsl.test \ No newline at end of file