Skip to content

Commit

Permalink
Fix embedded_tools_deps_test to recognize @@bazel_tools too
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 582226135
Change-Id: Id0615755e199efe29ff050369a93d15846ac5196
  • Loading branch information
Wyverald authored and copybara-github committed Nov 14, 2023
1 parent c4f4073 commit 22346ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/shell/bazel/embedded_tools_deps_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fi
# latter depends on the bazel binary used to run the test.
# Sort the targets for a deterministic diffing experience.
current_deps="${TEST_TMPDIR}/current_deps"
grep -v "^@bazel_tools//\|^@remote_java_tools\|debian_cc_deps" \
grep -v "@bazel_tools//\|^@remote_java_tools\|debian_cc_deps" \
"$(rlocation io_bazel/src/test/shell/bazel/embedded_tools_deps)" \
| sort >"${current_deps}"

Expand Down

0 comments on commit 22346ae

Please sign in to comment.