github.com/billybanfield/evergreen@v0.0.0-20170525200750-eeee692790f7/plugin/builtin/gotest/testdata/2_simple.log (about)

     1  START: rsfull_test.go:1020: MyTestName.Tester
     2  START: rsfull_test.go:288: MyTestName.SetUpTest
     3  woo
     4  PASS: rsfull_test.go:288: MyTestName.SetUpTest	0.576s
     5  wow fun test stuff
     6  look at this!
     7  START: rsfull_test.go:291: MyTestName.TearDownTest
     8  PASS: rsfull_test.go:291: MyTestName.TearDownTest	0.499s
     9  
    10  oh no a bad thing!
    11  
    12  FAIL: rsfull_test.go:1020: MyTestName.Tester	47.499s
    13  
    14  PASS
    15  ok  	tests/cm/fulltest	48.599s