commit | eb067ea88749a5635cc8ee8954cde2b767f1eb61 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <bp@benjamin.pe> | Thu Feb 22 02:47:42 2018 -0800 |
committer | Copybara-Service <copybara-piper@google.com> | Thu Feb 22 02:49:51 2018 -0800 |
tree | 31b7c527c07932c796ca5738c3632e81e18c353d | |
parent | 93a6730d30f1e0d59d7d01788ea47c2171d1085a [diff] |
Fix test name in fallback xml when --run_under is used. When --run_under is used, the run-under wrapper will be injected in front of the normal test command line. So, it's incorrect to use the beginning of the command line to infer the test name. However, we can always get the underlying test executable with the TEST_BINARY environmental variable. Rename TEST_NAME to EXE to avoid future confusion. Fixes https://github.com/bazelbuild/bazel/issues/4588. Change-Id: I6fd05cca5e5441c13ee16290c4028ec84adec983 PiperOrigin-RevId: 186590311
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds 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:
See CONTRIBUTING.md
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.