| 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)
|
| return 1
|
| return test_env.run_executable(cmd, env)
|
| finally:
|
|
|