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