From 7e8d231820546f985729d5c44b7a7da13ab02cd4 Mon Sep 17 00:00:00 2001 From: "kkania@google.com" Date: Mon, 19 Oct 2009 23:16:58 +0000 Subject: Removes O3D plugin files with root privileges on Mac and Linux. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29476 0039d316-1c4b-4281-b951-d872f2087c98 --- o3d/tests/lab/runner_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'o3d/tests') diff --git a/o3d/tests/lab/runner_util.py b/o3d/tests/lab/runner_util.py index e80b7ee..cad387f 100644 --- a/o3d/tests/lab/runner_util.py +++ b/o3d/tests/lab/runner_util.py @@ -145,7 +145,7 @@ def UninstallO3DPlugin(): else: for path in const.INSTALL_PATHS: if os.path.exists(path): - os.remove(path) + os.system('echo g00gl3 | sudo -S rm -rf "%s"' % path) return not DoesAnO3DPluginExist() -- cgit v1.1