Feature request: allow undeclared test outputs to be collected unzipped #16024
Labels
P4
This is either out of scope or we don't have bandwidth to review a PR. (No assignee)
team-Local-Exec
Issues and PRs for the Execution (Local) team
type: feature request
Description of the feature request:
I currently have some test runners that output XML reports, which can be collected in
TEST_UNDECLARED_OUTPUTS_DIR
. However these files are always zipped as per https://github.com/bazelbuild/bazel/blob/master/tools/test/test-setup.sh#L409-L419I was wondering if it would be possible to add a flag/option that bypasses the zipping process and instead puts the files as-is in the
testlogs
dir where theoutputs.zip
file would have been?What underlying problem are you trying to solve with this feature?
I don't always want the unspecified test outputs to be zipped to
outputs.zip
as I end up having to unzip them again to do further processing on their contents.Which operating system are you running Bazel on?
Mac
What is the output of
bazel info release
?release 5.2.0
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.N/A
What's the output of
git remote get-url origin; git rev-parse master; git rev-parse HEAD
?Have you found anything relevant by searching the web?
A few items, but all the stuff I found assumes that there will always be an
outputs.zip
(which tallies with how I read the Bazel source).Any other information, logs, or outputs that you want to share?
N/A
The text was updated successfully, but these errors were encountered: