diff options
author | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-03 22:07:26 +0000 |
---|---|---|
committer | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-03 22:07:26 +0000 |
commit | 71dd215b61bdc10e2a9756a9ca204714ed697034 (patch) | |
tree | bb79ad8bd03720199c3edc60bcbf22a931fbb0b3 /chrome/test/chromeos | |
parent | 4fc08c08f72dfe451e1bf587db6bfad0c7137656 (diff) | |
download | chromium_src-71dd215b61bdc10e2a9756a9ca204714ed697034.zip chromium_src-71dd215b61bdc10e2a9756a9ca204714ed697034.tar.gz chromium_src-71dd215b61bdc10e2a9756a9ca204714ed697034.tar.bz2 |
Rename suid python binary used for enabling testing interface on chromeos
s/python/suid-python/ so that we don't end unintentionally using suid python.
BUG=
TEST=
Review URL: http://codereview.chromium.org/6910031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83973 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 f657c69..7516a62 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 @@ -30,7 +30,7 @@ class desktopui_PyAutoFunctionalTests(chrome_test.ChromeTestBase): open(constants.DISABLE_BROWSER_RESTART_MAGIC_FILE, 'w').close() # Setup suid python binary which can enable chrome testing interface - suid_python = os.path.join(self.test_binary_dir, 'python') + suid_python = os.path.join(self.test_binary_dir, 'suid-python') py_path = subprocess.Popen(['which', 'python'], stdout=subprocess.PIPE).communicate()[0] py_path = py_path.strip() |