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 694e599 commit fe97280Copy full SHA for fe97280
tools/flakeguard/cmd/run.go
@@ -94,6 +94,8 @@ var RunTestsCmd = &cobra.Command{
94
reports.RenderResults(os.Stdout, flakyTests, maxPassRatio, false)
95
// Exit with error code if there are flaky tests
96
os.Exit(1)
97
+ } else if len(testReport.Results) == 0 {
98
+ fmt.Printf("No tests were run for the specified packages.\n")
99
}
100
},
101
0 commit comments