Skip to content

Commit

Permalink
Merge pull request #47 from qiaoyuang/main
Browse files Browse the repository at this point in the history
Modify the android instrumented tests shell script
  • Loading branch information
qiaoyuang authored Sep 22, 2023
2 parents 47f4888 + f02256c commit d2912d1
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 d2912d1

Please sign in to comment.