Catch2 icon indicating copy to clipboard operation
Catch2 copied to clipboard

Bazel support: read test specs from TESTBRIDGE_TEST_ONLY

Open jfirebaugh opened this issue 3 years ago • 1 comments

Description Similarly to how Catch2 reads the BAZEL_TEST and XML_OUTPUT_FILE environment variables to support JUnit XML for Bazel, it should read test specs from the TESTBRIDGE_TEST_ONLY environment variable, which will be set when running bazel test with a --test_filter argument.

jfirebaugh avatar Jul 27 '22 18:07 jfirebaugh

That's the worst env variable name I've ever seen.

horenmar avatar Jul 27 '22 21:07 horenmar