Skip to content

Commit

Permalink
Create helper method for sandbox tests, transform existing tests into…
Browse files Browse the repository at this point in the history
… using it.

This CL should not change the test functionality (in one test I changed where some out-of-execroot files live).

RELNOTES: None.
PiperOrigin-RevId: 358794463
  • Loading branch information
larsrc-google authored and Copybara-Service committed Feb 22, 2021
1 parent f40a89b commit 19fc15e
Show file tree
Hide file tree
Showing 2 changed files with 243 additions and 95 deletions.
1 change: 1 addition & 0 deletions src/test/java/com/google/devtools/build/lib/BUILD
Expand Up @@ -585,6 +585,7 @@ java_test(
"//src/main/java/com/google/devtools/build/lib/worker",
"//src/main/java/com/google/devtools/common/options:options_internal",
"//src/main/protobuf:worker_protocol_java_proto",
"//src/test/java/com/google/devtools/build/lib/actions/util",
"//src/test/java/com/google/devtools/build/lib/events:testutil",
"//src/test/java/com/google/devtools/build/lib/testutil",
"//src/test/java/com/google/devtools/build/lib/testutil:JunitUtils",
Expand Down

0 comments on commit 19fc15e

Please sign in to comment.