Running a single test via the Android Studio UI works fine for me, but doing it on the command line doesn't work:
$ gradlew -DconnectedInstrumentTest.single=ReplicationTest :libraries:couchbase-lite-android:connectedInstrumentTest It ignores the -DconnectedInstrumentTest.single argument and runs the whole test suite. Version Info: * I'm running version 1.10 of Gradle -- in my gradle/wrapper/gradle-wrapper.properties file it's pointing to services.gradle.org/distributions/gradle-1.10-bin.zip * In the build.gradle file it's referencing com.android.tools.build:gradle:0.8.+. Is this working for anyone else? Where would I file a bug for this? -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
