summaryrefslogtreecommitdiffstats
path: root/testing/xvfb.py
diff options
context:
space:
mode:
authorcsharp@chromium.org <csharp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-30 22:48:14 +0000
committercsharp@chromium.org <csharp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-30 22:48:14 +0000
commit76361be452ca4b7a5c5e2fee55f2c8ce2cfdbdd0 (patch)
tree5b83dadb77339fba7eb6e19c0f1198f7af4e2648 /testing/xvfb.py
parent72d1875bebe90cf74a722d16c90ecbdd3d8963a1 (diff)
downloadchromium_src-76361be452ca4b7a5c5e2fee55f2c8ce2cfdbdd0.zip
chromium_src-76361be452ca4b7a5c5e2fee55f2c8ce2cfdbdd0.tar.gz
chromium_src-76361be452ca4b7a5c5e2fee55f2c8ce2cfdbdd0.tar.bz2
Enable Chrome Sandbox with in test_env.py
Properly setup the chrome sandbox when running test_env.py, if it is required. R=maruel@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/10911014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154297 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing/xvfb.py')
-rwxr-xr-xtesting/xvfb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/xvfb.py b/testing/xvfb.py
index e8feaac..6ac0056 100755
--- a/testing/xvfb.py
+++ b/testing/xvfb.py
@@ -113,7 +113,7 @@ def run_executable(cmd, build_dir, env):
subprocess.Popen(
ice_cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, env=env)
except OSError:
- print >> sys.stderr, 'Failed to run %s' % ' '.join(cmd)
+ print >> sys.stderr, 'Failed to run %s' % ' '.join(ice_cmd)
return 1
return test_env.run_executable(cmd, env)
finally: