summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2018-11-20 11:40:10 +0100
committerTobrun <tobrun.van.nuland@gmail.com>2018-11-20 11:40:10 +0100
commitba26edf9386e9b592dc248db6db6ea07a0220b55 (patch)
treef472a936b0cce8836447649c2448e3ab3dbdecbc
parentd0520d02f123557c7c7361053ab1e56318912fa3 (diff)
downloadqtlocation-mapboxgl-upstream/tvn-info-flag-tests.tar.gz
[android] - use --info argument to show more detials during make test runsupstream/tvn-info-flag-tests
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a2916e6366..d25cb8b402 100644
--- a/Makefile
+++ b/Makefile
@@ -651,9 +651,9 @@ run-android-ui-test-%: run-android-ui-test-arm-v7-%
# Run Java Unit tests on the JVM of the development machine executing this
.PHONY: run-android-unit-test
run-android-unit-test: platform/android/gradle/configuration.gradle
- cd platform/android && $(MBGL_ANDROID_GRADLE) -Pmapbox.abis=none :MapboxGLAndroidSDK:testDebugUnitTest
+ cd platform/android && $(MBGL_ANDROID_GRADLE) -Pmapbox.abis=none :MapboxGLAndroidSDK:testDebugUnitTest --info
run-android-unit-test-%: platform/android/gradle/configuration.gradle
- cd platform/android && $(MBGL_ANDROID_GRADLE) -Pmapbox.abis=none :MapboxGLAndroidSDK:testDebugUnitTest --tests "$*"
+ cd platform/android && $(MBGL_ANDROID_GRADLE) -Pmapbox.abis=none :MapboxGLAndroidSDK:testDebugUnitTest --info --tests "$*"
# Builds a release package of the Android SDK
.PHONY: apackage