]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: show kernel type
authorThomas Weißschuh <thomas@t-8ch.de>
Sun, 12 Apr 2026 06:12:15 +0000 (08:12 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Tue, 28 Apr 2026 08:32:06 +0000 (10:32 +0200)
In addition to the kernel version it is useful to know the kernel type.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
tests/run.sh

index 58735885a7146449390ee638895354701488cd98..3d26bea31eedfc9949f6845dce025d0856d33fd0 100755 (executable)
@@ -229,7 +229,7 @@ echo "                 Don't execute on production system!                 "
 echo
 
 # TODO: add more information about system
-printf "%13s: %-30s    " "kernel" "$(uname -r)"
+printf "%13s: %-30s    " "kernel" "$(uname -s) $(uname -r)"
 echo
 echo
 echo "      options: $(echo $OPTS | sed 's/ / \\\n               /g')"