Skip to content

Commit

Permalink
Fix nil pointer bug
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahFrench committed Jan 10, 2025
1 parent e5f34b6 commit d8f69c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/command/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func (c *TestCommand) Run(rawArgs []string) int {
return 1
}

var junit *artifact.TestJUnitXMLFile
var junit artifact.Artifact
if args.JUnitXMLFile != "" {
// JUnit XML output is currently experimental, so that we can gather
// feedback on exactly how we should map the test results to this
Expand Down

0 comments on commit d8f69c7

Please sign in to comment.