summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIvo van Dongen <info@ivovandongen.nl>2017-05-11 17:31:11 +0300
committerIvo van Dongen <ivovandongen@users.noreply.github.com>2017-05-11 18:59:26 +0300
commitc74edece35676c3f17aaec2bcce594f51c6e97ee (patch)
tree68a002074600ca6f3753db0212634b1083850e8d /Makefile
parent489f76d3a218ac07188947e4e219801745d15318 (diff)
downloadqtlocation-mapboxgl-c74edece35676c3f17aaec2bcce594f51c6e97ee.tar.gz
[android] fix ui test filter in makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e8f7f175ff..abccb306a6 100644
--- a/Makefile
+++ b/Makefile
@@ -571,7 +571,7 @@ run-android-ui-test-$1: platform/android/configuration.gradle
run-android-ui-test-$1-%: platform/android/configuration.gradle
adb uninstall com.mapbox.mapboxsdk.testapp > /dev/null
- cd platform/android && $(MBGL_ANDROID_GRADLE) -Pmapbox.abis=$2 :MapboxGLAndroidSDKTestApp:connectedAndroidTest -Pandroid.testInstrumentationRunnerArguments.class="$*"
+ cd platform/android && $(MBGL_ANDROID_GRADLE) -Pmapbox.abis=$2 :MapboxGLAndroidSDKTestApp:connectedAndroidTest -Pandroid.testInstrumentationRunnerArguments.class="$$*"
endef