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

Fix instrumentation args parsing #495

Closed bholota closed 6 years ago

bholota commented 6 years ago

This PR introduces fixes proposed in #490.

ewolfe123 commented 6 years ago

Does this fix support multiple -e arguments? Example: java -jar spoon-runner test-app app -e option1 value -e option2 value

bholota commented 6 years ago

@ewolfe123 it does.

blazek commented 6 years ago

When could the fix appear in https://oss.sonatype.org/content/repositories/snapshots/com/squareup/spoon/spoon-runner/2.0.0-SNAPSHOT/??? I am stuck on this bug.

blazek commented 6 years ago

I have compiled myself without problems.

edenman commented 6 years ago

@bholota sorry, just now getting caught up on Spoon PRs. Looks like there's some merge conflicts...lemme know when they're resolved?

bholota commented 6 years ago

@edenman it's resolved

edenman commented 6 years ago

@bholota Thanks!