diff options
-rw-r--r-- | chrome/test/live_sync/sync_integration_test.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/test/live_sync/sync_integration_test.py b/chrome/test/live_sync/sync_integration_test.py index 3799468..913c473 100644 --- a/chrome/test/live_sync/sync_integration_test.py +++ b/chrome/test/live_sync/sync_integration_test.py @@ -285,8 +285,7 @@ def RunOneTest(test_exe_path, test_name, username, password): '--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)))
|