diff options
author | stevenjb@google.com <stevenjb@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-21 01:26:21 +0000 |
---|---|---|
committer | stevenjb@google.com <stevenjb@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-21 01:26:21 +0000 |
commit | e95ff69d2952b00710360c1d78101755f272b72d (patch) | |
tree | 99d492bf6d40b3b0de72fa67c34a05f7b02d4c4a /chrome/test/chromeos | |
parent | e525743cd1ae9e66a34b42d919e1bac058175f1d (diff) | |
download | chromium_src-e95ff69d2952b00710360c1d78101755f272b72d.zip chromium_src-e95ff69d2952b00710360c1d78101755f272b72d.tar.gz chromium_src-e95ff69d2952b00710360c1d78101755f272b72d.tar.bz2 |
Fix for desktopui_PyAutoFunctionalTests.py
BUG=chromium-os:10485
TEST=Run desktopui_PyAutoFunctionalTests.py
Review URL: http://codereview.chromium.org/6030004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69784 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/chromeos')
-rw-r--r-- | chrome/test/chromeos/autotest/files/client/site_tests/desktopui_PyAutoFunctionalTests/desktopui_PyAutoFunctionalTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_PyAutoFunctionalTests/desktopui_PyAutoFunctionalTests.py b/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_PyAutoFunctionalTests/desktopui_PyAutoFunctionalTests.py index 7588ef5..4e36334 100644 --- a/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_PyAutoFunctionalTests/desktopui_PyAutoFunctionalTests.py +++ b/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_PyAutoFunctionalTests/desktopui_PyAutoFunctionalTests.py @@ -12,6 +12,6 @@ class desktopui_PyAutoFunctionalTests(site_chrome_test.ChromeTestBase): def run_once(self): deps_dir = os.path.join(self.autodir, 'deps') self.test_binary_dir = '' - pyauto_script = '%s/test_src/chrome/test/functional/' \ + pyauto_script = '%s/chrome_test/test_src/chrome/test/functional/' \ 'pyauto_functional.py' % deps_dir self.run_chrome_test(pyauto_script) |