Hi Bruno, You said: > The problem with this is that > - It's not immediately clear to everyone what this information is. > - It can get in the way, for example when I want to search for "Linux" > among the test logs: > grep '^Linux' test-suite.log > > I would therefore suggest to mark them in some way: I agree. Someone might not know the 'uname -a' output of their machine. Solaris/SunOS comes to mind. I've attached a patch that I think handles that and the extra space you mentioned. Here is what I see: System information: Linux 6.8.11-300.fc40.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 27 14:53:33 UTC 2024 x86_64 Distribution: NAME="Fedora Linux" VERSION="40 (Workstation Edition)" ID=fedora VERSION_ID=40 VERSION_CODENAME="" PLATFORM_ID="platform:f40" PRETTY_NAME="Fedora Linux 40 (Workstation Edition)" ANSI_COLOR="0;38;2;60;110;180" Collin