cmd/test2json: passing test sets action=output for every JSON log #43683
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
I got the following JSON output from running test2json on Windows on a test in the minikube repo:
The text is as follows:
and the JSON output looks like this:
I can't parse the data correctly because
action=output
for every log line, and I'm trying to determine if the test has failed or passed. Weirdly, the tool works fine for other tests in the same repo. I was wondering if anybody else had encountered this or had any suggestions.I've included a sample .txt file from an integration test in the repo that seems to be working:
Thank you!
Go version: go version go1.15.5 windows/amd64
Exact command run:
The text was updated successfully, but these errors were encountered: