Skip to content

Instantly share code, notes, and snippets.

@Bogdaan
Created June 21, 2020 16:38
Show Gist options
  • Select an option

  • Save Bogdaan/489d13b57f1cb29a59fc560ec3812ffc to your computer and use it in GitHub Desktop.

Select an option

Save Bogdaan/489d13b57f1cb29a59fc560ec3812ffc to your computer and use it in GitHub Desktop.

Revisions

  1. Bogdaan created this gist Jun 21, 2020.
    20 changes: 20 additions & 0 deletions grc.conf.gotest
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,20 @@
    regexp==== RUN .*
    colour=blue
    -
    regexp=--- PASS: .*
    colour=green
    -
    regexp=^PASS$
    colour=green
    -
    regexp=^(ok|\?) .*
    colour=magenta
    -
    regexp=^\s*panic: .*
    colour=red
    -
    regexp=--- FAIL: .*
    colour=red
    -
    regexp=[^\s]+\.go(:\d+)?
    colour=cyan