DescriptionAbandoned in favor of the re-landed https://codereview.chromium.org/1057603003/
Initialize command line arguments for Mojo apptests.
ApplicationImpl args were broken in a recent CL:
https://codereview.chromium.org/1057603003/
These were used by apptests for fixture isolation, etc.
(see mojo/tools/apptest_runner.py)
TODO: Restore --url-mappings to mock out service dependencies.
BUG=NONE (392646?)
R=jam@chromium.org
TEST="mojo_shell mojo:network_service_apptests --gtest_list_tests" works.
Patch Set 1 #Patch Set 2 : Restoring url-mappings and specifying test apps on the commandline. #
|