Skip to content

Commit

Permalink
Modify the android instrumented tests shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaoyuang committed Sep 22, 2023
1 parent 1cd1d91 commit f02256c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test_android.sh
Original file line number Diff line number Diff line change
@@ -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
./gradlew :sqllin-dsl:connectedDebugAndroidTest --stacktrace
adb uninstall com.ctrip.sqllin.driver.test
adb uninstall com.ctrip.sqllin.dsl.test

0 comments on commit f02256c

Please sign in to comment.