| Index: chrome/test/chromeos/autotest/files/client/site_tests/desktopui_SyncIntegrationTests/desktopui_SyncIntegrationTests.py
|
| diff --git a/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_SyncIntegrationTests/desktopui_SyncIntegrationTests.py b/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_SyncIntegrationTests/desktopui_SyncIntegrationTests.py
|
| index e82252b472ddb760c1b4487fe0a7b538c2b217d9..d6344cdc72d109254621c58d115d58ec185ff1b9 100644
|
| --- a/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_SyncIntegrationTests/desktopui_SyncIntegrationTests.py
|
| +++ b/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_SyncIntegrationTests/desktopui_SyncIntegrationTests.py
|
| @@ -8,7 +8,7 @@ class desktopui_SyncIntegrationTests(site_chrome_test.ChromeTestBase):
|
| version = 1
|
|
|
| def run_once(self):
|
| - password_file = '%s/sync_password.txt' % self.dep_dir
|
| + password_file = '%s/sync_password.txt' % self.bindir
|
|
|
| self.run_chrome_test('sync_integration_tests',
|
| ('--password-file-for-test=%s ' +
|
|
|