From 71dd215b61bdc10e2a9756a9ca204714ed697034 Mon Sep 17 00:00:00 2001 From: "nirnimesh@chromium.org" Date: Tue, 3 May 2011 22:07:26 +0000 Subject: 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 --- .../desktopui_PyAutoFunctionalTests/desktopui_PyAutoFunctionalTests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/test/chromeos') 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() -- cgit v1.1