Skip to content

Commit

Permalink
Add java-home to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-mcnamara committed Sep 28, 2024
1 parent 18bedc2 commit 3f92062
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ public class FastBuildChangedFilesServiceTest extends BlazeIntegrationTestCase {
"blaze-testlogs", BLAZE_TESTLOGS,
"execution_root", BLAZE_EXECROOT,
"output_base", "/blaze/output-base",
"output_path", "/blaze/output-base/output-path"
"output_path", "/blaze/output-base/output-path",
"java-home", "/tmp/java"
));

private FastBuildChangedFilesService changedFilesService;
Expand Down

0 comments on commit 3f92062

Please sign in to comment.