| Index: testing/scripts/run_gpu_integration_test_as_googletest.py
|
| diff --git a/testing/scripts/run_gpu_integration_test_as_googletest.py b/testing/scripts/run_gpu_integration_test_as_googletest.py
|
| index fd48e06cf36e76e43993ac311afc1ebc78cd1992..765bdd1da0ff66b1d832b54e743c36b9212f3a1d 100755
|
| --- a/testing/scripts/run_gpu_integration_test_as_googletest.py
|
| +++ b/testing/scripts/run_gpu_integration_test_as_googletest.py
|
| @@ -87,7 +87,7 @@ def main():
|
| rc = 0
|
| try:
|
| rc = common.run_command([sys.executable] + rest_args + sharding_args + [
|
| - '--write-abbreviated-json-results-to', args.isolated_script_test_output,
|
| + '--write-full-results-to', args.isolated_script_test_output
|
| ], env=env)
|
| except Exception:
|
| traceback.print_exc()
|
|
|