| 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 3174c6138528d70fae115e50a60663b7ea6f7e0d..20f46c6ae5b5557a47864c523778e7a8de99bac7 100755
|
| --- a/testing/scripts/run_gpu_integration_test_as_googletest.py
|
| +++ b/testing/scripts/run_gpu_integration_test_as_googletest.py
|
| @@ -80,7 +80,6 @@ def main():
|
| rc = common.run_command([sys.executable] + rest_args + sharding_args + [
|
| '--write-abbreviated-json-results-to', args.isolated_script_test_output,
|
| ], env=env)
|
| - valid = bool(rc == 0)
|
| except Exception:
|
| traceback.print_exc()
|
| valid = False
|
|
|