github.com/darmach/terratest@v0.34.8-0.20210517103231-80931f95e3ff/modules/logger/parser/fixtures/new_go_failing_example.log (about)

     1  === RUN   TestIntegrationBasicExample
     2  === PAUSE TestIntegrationBasicExample
     3  === RUN   TestIntegrationFailingExample
     4  === PAUSE TestIntegrationFailingExample
     5  === RUN   TestIntegrationPanicExample
     6  === PAUSE TestIntegrationPanicExample
     7  === CONT  TestIntegrationBasicExample
     8  === CONT  TestIntegrationPanicExample
     9  === CONT  TestIntegrationFailingExample
    10  === CONT  TestIntegrationBasicExample
    11      integration_test.go:57: 
    12          	Error Trace:	integration_test.go:57
    13          	Error:      	Should be true
    14          	Test:       	TestIntegrationBasicExample
    15  --- PASS: TestIntegrationPanicExample (0.00s)
    16  --- PASS: TestIntegrationFailingExample (0.00s)
    17  --- FAIL: TestIntegrationBasicExample (0.00s)
    18  FAIL
    19  FAIL	github.com/gruntwork-io/terratest/modules/logger/parser	1.589s
    20  FAIL