We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f038b commit 8fb23fcCopy full SHA for 8fb23fc
1 file changed
pkg/runtime/runner.go
@@ -27,7 +27,6 @@ func (r *Runner) Run(tests []TestCase) <-chan TestResult {
27
var wg sync.WaitGroup
28
wg.Add(1)
29
30
-
31
go func(tests chan TestCase) {
32
defer wg.Done()
33
@@ -54,7 +53,6 @@ func (r *Runner) Run(tests []TestCase) <-chan TestResult {
54
53
55
result.Node = node
56
result.Tries = i
57
- fmt.Println(result)
58
59
if result.ValidationResult.Success {
60
break
0 commit comments