Skip to content

Commit

Permalink
mark apply_fixes as testonly (#16)
Browse files Browse the repository at this point in the history
Change-Id: I9b02d1d5bb39a352e1af04fe4b1eeff66f8dc6c2
  • Loading branch information
oliverlee authored Aug 23, 2024
1 parent 8550686 commit 6a43c62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions apply_fixes.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,8 @@ def apply_fixes(
if not "manual" in tags:
tags.append("manual")

kwargs = {"testonly": True} | kwargs

_apply_fixes(
name = name,
verify = name + ".verify",
Expand Down
2 changes: 1 addition & 1 deletion test/check_cc_test-deps_test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ unset TEST_TMPDIR
bazel \
--bazelrc="$test_bazelrc" \
build \
//pass/...
//pass:build_pass

bazel \
--bazelrc="$test_bazelrc" \
Expand Down

0 comments on commit 6a43c62

Please sign in to comment.