diff options
author | Ivo van Dongen <info@ivovandongen.nl> | 2017-05-11 17:31:11 +0300 |
---|---|---|
committer | Ivo van Dongen <ivovandongen@users.noreply.github.com> | 2017-05-11 18:59:26 +0300 |
commit | c74edece35676c3f17aaec2bcce594f51c6e97ee (patch) | |
tree | 68a002074600ca6f3753db0212634b1083850e8d /Makefile | |
parent | 489f76d3a218ac07188947e4e219801745d15318 (diff) | |
download | qtlocation-mapboxgl-c74edece35676c3f17aaec2bcce594f51c6e97ee.tar.gz |
[android] fix ui test filter in makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |