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))) |