commit | 2fc3d3ffba57a4c622946d9525ee79afdb9ae276 | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Tue Feb 01 06:29:56 2022 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Feb 01 06:31:11 2022 -0800 |
tree | 2045f66684d9598cb255dcccae5af899bd9cfb5b | |
parent | 30f1b65bdd7e669c41daf2cf809acbefe5f0e53e [diff] [blame] |
Automatic code cleanup. PiperOrigin-RevId: 425609891
diff --git a/src/main/java/com/google/devtools/build/lib/exec/StandaloneTestStrategy.java b/src/main/java/com/google/devtools/build/lib/exec/StandaloneTestStrategy.java index abf0586..3faf39e 100644 --- a/src/main/java/com/google/devtools/build/lib/exec/StandaloneTestStrategy.java +++ b/src/main/java/com/google/devtools/build/lib/exec/StandaloneTestStrategy.java
@@ -548,7 +548,7 @@ return new SimpleSpawn( action, args, - envBuilder.build(), + envBuilder.buildOrThrow(), // Pass the execution info of the action which is identical to the supported tags set on the // test target. In particular, this does not set the test timeout on the spawn. ImmutableMap.copyOf(executionInfo),