diff options
author | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-05 23:03:07 +0000 |
---|---|---|
committer | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-05 23:03:07 +0000 |
commit | 46a7feef0e205bbc71bc8c875b837011af09902b (patch) | |
tree | d743f159828ba023ad07320d7fe8a69ad1b3913d /chrome/test/chromeos | |
parent | 4aeaa6e9af5be492338e409c253a3f08ae1ee038 (diff) | |
download | chromium_src-46a7feef0e205bbc71bc8c875b837011af09902b.zip chromium_src-46a7feef0e205bbc71bc8c875b837011af09902b.tar.gz chromium_src-46a7feef0e205bbc71bc8c875b837011af09902b.tar.bz2 |
Enable local http server when running pyauto tests on chromeos
BUG=chromium-os:12641
R=dtu@chromium.org
TEST=
Review URL: http://codereview.chromium.org/6928043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84347 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 | 3 |
1 files changed, 1 insertions, 2 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 7516a62..8de233f 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 @@ -84,6 +84,5 @@ class desktopui_PyAutoFunctionalTests(chrome_test.ChromeTestBase): # Run pyauto tests in the "FULL" suite functional_cmd = cros_ui.xcommand_as( '%s/chrome_test/test_src/chrome/test/functional/' \ - 'pyauto_functional.py --suite=FULL ' \ - '-v --no-http-server' % deps_dir) + 'pyauto_functional.py --suite=FULL -v' % deps_dir) utils.system(functional_cmd) |