Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2711)

Unified Diff: mojo/tools/data/apptests

Issue 1037733002: Flesh out MojoUrlRedirector apptests (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Update args Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/tools/data/apptests
diff --git a/mojo/tools/data/apptests b/mojo/tools/data/apptests
index 2eef61b53edc939978c71a769f226ca53b347822..a38ef58d6cab586feaa9181d3913a5446f517cfd 100644
--- a/mojo/tools/data/apptests
+++ b/mojo/tools/data/apptests
@@ -47,8 +47,9 @@ if config.target_os == config.OS_LINUX:
},
{
"test": "mojo:mojo_url_redirector_apptests",
- "test-args": ["--address=0.0.0.0:49152"],
- "shell-args": ["--args-for=mojo:mojo_url_redirector 0.0.0.0:49152"],
+ "test-args": ["--redirector_port=49152",
+ "--app_location_files_port=49153"],
+ "shell-args": ["--args-for=mojo:mojo_url_redirector 0.0.0.0:49152 http://localhost:49153"],
}
]
« no previous file with comments | « no previous file | services/python/mojo_url_redirector/BUILD.gn » ('j') | services/python/mojo_url_redirector/__mojo__.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698