| Index: testing/scripts/run_telemetry_as_googletest.py
|
| diff --git a/testing/scripts/run_telemetry_as_googletest.py b/testing/scripts/run_telemetry_as_googletest.py
|
| index 77f45e8bbc5e7f760be91abe4751827e991b8e9f..8d3a3886f48f340f73b2a2fa2ccf693c9389ecec 100755
|
| --- a/testing/scripts/run_telemetry_as_googletest.py
|
| +++ b/testing/scripts/run_telemetry_as_googletest.py
|
| @@ -67,7 +67,7 @@ def main():
|
| cmd = [sys.executable] + rest_args + sharding_args + [
|
| '--write-full-results-to', args.isolated_script_test_output]
|
| if args.xvfb:
|
| - return xvfb.run_executable(cmd, '.', env)
|
| + return xvfb.run_executable(cmd, env)
|
| else:
|
| return common.run_command(cmd, env=env)
|
|
|
|
|