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 1c35e64 commit ca12154Copy full SHA for ca12154
tools/flakeguard/cmd/aggregate_results.go
@@ -1,7 +1,6 @@
1
package cmd
2
3
import (
4
- "fmt"
5
"log"
6
7
"github.com/smartcontractkit/chainlink-testing-framework/tools/flakeguard/reports"
@@ -27,8 +26,6 @@ var AggregateResultsCmd = &cobra.Command{
27
26
log.Fatalf("Error aggregating results: %v", err)
28
}
29
30
- fmt.Printf("PROJECT PATH: %s\n", projectPath)
31
-
32
// Map test results to paths
33
err = reports.MapTestResultsToPaths(allReport, projectPath)
34
if err != nil {
0 commit comments