Skip to content

Commit

Permalink
Added '--info' when run instrumentation tests.| #2649
Browse files Browse the repository at this point in the history
  • Loading branch information
DenBond7 committed Mar 25, 2024
1 parent dbb3e45 commit cbce198
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion script/ci-instrumentation-tests-enterprise.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

./gradlew --console=plain :FlowCrypt:connectedEnterpriseUiTestsAndroidTest \
./gradlew --info --console=plain :FlowCrypt:connectedEnterpriseUiTestsAndroidTest \
-Pandroid.testInstrumentationRunnerArguments.filter=com.flowcrypt.email.junit.filters.EnterpriseTestsFilter
2 changes: 1 addition & 1 deletion script/ci-instrumentation-tests-with-mailserver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
# -e log true \
# com.flowcrypt.email.debug.test/androidx.test.runner.AndroidJUnitRunner

./gradlew --console=plain :FlowCrypt:connectedConsumerUiTestsAndroidTest \
./gradlew --info --console=plain :FlowCrypt:connectedConsumerUiTestsAndroidTest \
-Pandroid.testInstrumentationRunnerArguments.filter=com.flowcrypt.email.junit.filters.DependsOnMailServerFilter
2 changes: 1 addition & 1 deletion script/ci-instrumentation-tests-without-mailserver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [[ ${varShardIndex} -ge ${varNumShards} ]]
# -e log true \
# com.flowcrypt.email.debug.test/androidx.test.runner.AndroidJUnitRunner

./gradlew --console=plain :FlowCrypt:connectedConsumerUiTestsAndroidTest \
./gradlew --info --console=plain :FlowCrypt:connectedConsumerUiTestsAndroidTest \
-Pandroid.testInstrumentationRunnerArguments.filter=com.flowcrypt.email.junit.filters.DoesNotNeedMailServerFilter \
-Pandroid.testInstrumentationRunnerArguments.numShards="${varNumShards}" \
-Pandroid.testInstrumentationRunnerArguments.shardIndex="${varShardIndex}"
Expand Down

0 comments on commit cbce198

Please sign in to comment.