Chromium Code Reviews| Index: testing/xvfb.py |
| diff --git a/testing/xvfb.py b/testing/xvfb.py |
| index e8feaacd0cbcc99119e05ef8b42ea98b2b27ab35..6ac00567101857bf5d054e52247c5b22c4238864 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) |
|
M-A Ruel
2012/08/30 19:43:17
Argh. Thanks!
csharp
2012/08/30 20:17:48
No problem, I think I was the one who introduced t
|
| return 1 |
| return test_env.run_executable(cmd, env) |
| finally: |