Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 338 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 338 Bytes

nolog

just a dumb little tool to run juju tests and filter out all the logging

nolog runs go test and passes through all command line args to it.

nolog filters out lines to stdout that start with [LOG]

If the first arg to nolog is -f, it will write all output to tests.out, as well as printing the filtered output to stdout.