We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25fc668 commit 46757f8Copy full SHA for 46757f8
.bazelrc
@@ -3,7 +3,7 @@
3
# This lets us glob() up all the files inside the examples to make them inputs to tests
4
# (Note, we cannot use `common --deleted_packages` because the bazel version command doesn't support it)
5
# To update the file, execute
6
-import .bazelrc.deleted_packages
+import %workspace%/.bazelrc.deleted_packages
7
8
test --test_output=errors
9
0 commit comments