mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-05 05:00:15 -05:00
parser/gotest: remove debugging printf from reportBuilder
This commit is contained in:
parent
9ad16898a8
commit
84074a188c
@ -1,7 +1,6 @@
|
||||
package gotest
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
@ -245,7 +244,6 @@ func (b *reportBuilder) CreatePackage(name, result string, duration time.Duratio
|
||||
if b.subtestMode == IgnoreParentResults {
|
||||
t.Result = gtr.Pass
|
||||
} else if b.subtestMode == ExcludeParents {
|
||||
fmt.Printf("excluding test %v\n", t.Name)
|
||||
continue
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user