Skip to content

Instantly share code, notes, and snippets.

@leviwilson
Created April 19, 2013 14:52
Show Gist options
  • Save leviwilson/5420847 to your computer and use it in GitHub Desktop.
Save leviwilson/5420847 to your computer and use it in GitHub Desktop.
Override android integration test target
<project>
...
<target name="levi-test" depends="-test-project-check">
<property name="test.runner" value="android.test.InstrumentationTestRunner" />
<run-tests-helper>
<extra-instrument-args>
<arg value="-r" />
</extra-instrument-args>
</run-tests-helper>
</target>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment