deplinenoise / tundra

Tundra is a code build system that tries to be accurate and fast for incremental builds
MIT License
438 stars 74 forks source link

Quiet option still outputs annotations #325

Closed bpsimpson closed 4 years ago

bpsimpson commented 4 years ago

When the --quiet option is used on the tundra2 command line the output still contains the annotation text and is not any quieter than the standard setting.

I believe that in the RunAction function the assignment of the annotation string should probably be dependent on the BuildQueueConfig::kFlagEchoAnnotations flag, however I am not sure if this is the correct way to resolve this issue.