mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-05 13:08:07 -05:00
20 lines
448 B
Plaintext
20 lines
448 B
Plaintext
=== RUN FirstTest
|
|
Message from first
|
|
=== PAUSE FirstTest
|
|
=== RUN SecondTest
|
|
Message from second
|
|
=== PAUSE SecondTest
|
|
=== CONT FirstTest
|
|
Supplemental from first
|
|
=== RUN ThirdTest
|
|
Message from third
|
|
--- FAIL: ThirdTest (0.01s)
|
|
parallel_test.go:32: ThirdTest error
|
|
--- FAIL: FirstTest (2.00s)
|
|
parallel_test.go:14: FirstTest error
|
|
--- FAIL: SecondTest (1.00s)
|
|
parallel_test.go:23: SecondTest error
|
|
FAIL
|
|
exit status 1
|
|
FAIL pkg/parallel 3.010s
|