We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e106a65 commit 61393d8Copy full SHA for 61393d8
tools/flakeguard/go-test-transform/cmd/main.go
@@ -58,12 +58,12 @@ func main() {
58
}
59
60
// Transform the output
61
- exitCode, err := transformer.TransformJSON(input, output, opts)
+ err := transformer.TransformJSON(input, output, opts)
62
if err != nil {
63
fmt.Fprintf(os.Stderr, "Error transforming JSON: %v\n", err)
64
os.Exit(1)
65
66
67
// Exit with the appropriate code
68
- os.Exit(exitCode)
+ os.Exit(0)
69
0 commit comments