commit | 1024358d1160a7eafb760300abd4533f160c33f2 | [log] [tgz] |
---|---|---|
author | divanorama <divanorama@gmail.com> | Thu Feb 03 07:18:05 2022 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Feb 03 07:19:12 2022 -0800 |
tree | 97675f0e1df0bb64fdc7f514858a41e935bcc850 | |
parent | ba1ef9261da4d3c3e93ac1bedc85d17016ef4ac4 [diff] |
fix test_name in test-setup.sh 00805727b867d33fd922e63ca82b0d9825ad79fe added changes to `tools/test/test-setup.sh` and `tools/test/generate-xml.sh` ```diff test_name="${TEST_BINARY#./}" + test_name="${TEST_BINARY#../}" ``` And a followup e6f1066deef066df82e3e2771ef521c03c252f01 that updated only `tools/test/generate-xml.sh` ```diff test_name="${TEST_BINARY#./}" - test_name="${TEST_BINARY#../}" + test_name="${test_name#../}" ``` `tools/test/test-setup.sh` should probably have the same patch too Closes #14629. PiperOrigin-RevId: 426137713
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
To report a security issue, please email security@bazel.build with a description of the issue, the steps you took to create the issue, affected versions, and, if known, mitigations for the issue. Our vulnerability management team will respond within 3 working days of your email. If the issue is confirmed as a vulnerability, we will open a Security Advisory. This project follows a 90 day disclosure timeline.
See CONTRIBUTING.md