Skip to content

Hide Package Messages, master branch (2019.09.06.)

I think @fwinkl will appreciate this one. 😉

Recently I also got annoyed by all the extra messages printed during a Ninja build for all the packages. Making Ninja print thousands of messages for the full Athena build even in a no-op case.

As we discussed before, when we write per-package log files (using CTEST_USE_LAUNCHERS), we can unfortunately not avoid this annoyance. But if we don't want to write such log files for some local test, at least in that case we should not get these extra messages. This is what this update is doing.

Merge request reports