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

Unified Diff: chrome/test/live_sync/sync_integration_test.py

Issue 174503: Updating the script to pass the port value as part of sync-url instead of sep... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/live_sync/sync_integration_test.py
===================================================================
--- chrome/test/live_sync/sync_integration_test.py (revision 24379)
+++ chrome/test/live_sync/sync_integration_test.py (working copy)
@@ -285,8 +285,7 @@
'--user-data-dir=' + user_dir,
'--sync-user-for-test=' + username,
'--sync-password-for-test=' + password,
- '--sync-url=' + HTTP_SERVER_URL,
- '--sync-port=' + sync_port]
+ '--sync-url=' + HTTP_SERVER_URL + ':' + sync_port]
logging.info(
'%s will run with command: %s'
% (test_name, subprocess.list2cmdline(command)))
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698