diff --git a/colourfiles/conf.go-test b/colourfiles/conf.go-test new file mode 100644 index 0000000..1419a4a --- /dev/null +++ b/colourfiles/conf.go-test @@ -0,0 +1,21 @@ +# go-test grc colorizer configuration +regexp==== RUN .* +colour=bright_blue +- +regexp=--- PASS: .* (\(\d+\.\d+s\)) +colour=green, yellow +- +regexp=^PASS$ +colour=bold white on_green +- +regexp=^(ok|FAIL)\s+.* +colour=default, magenta +- +regexp=--- FAIL: .* (\(\d+\.\d+s\)) +colour=red, yellow +- +regexp=^FAIL$ +colour=bold white on_red +- +regexp=[^\s]+\.go(:\d+)? +colour=cyan