square / spoon

Distributing instrumentation tests to all your Androids.
https://square.github.io/spoon/
Apache License 2.0
2.7k stars 477 forks source link

removing -r argument from am instrument #549

Closed SameerYoussef closed 5 years ago

SameerYoussef commented 5 years ago

On our CI we see lots of lines like

▸ 08:55:53 V/InstrumentationResultParser: INSTRUMENTATION_STATUS: numtests=113

I found if I removed -r from am instruments they go away. How can I impose this on Spoon?

edenman commented 5 years ago

afaict that's not configurable :/

https://android.googlesource.com/platform/development/+/ac2a8469f27968904243b98d1546a12825178a11/tools/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/RemoteAndroidTestRunner.java#215

edenman commented 5 years ago

(feel free to reopen if you figure out a way)