From: Thomas Weißschuh Date: Sun, 12 Apr 2026 06:12:15 +0000 (+0200) Subject: tests: show kernel type X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=ae4fdee23ca67f5342ca6b76579e2a4a5769f21d;p=thirdparty%2Futil-linux.git tests: show kernel type In addition to the kernel version it is useful to know the kernel type. Signed-off-by: Thomas Weißschuh --- diff --git a/tests/run.sh b/tests/run.sh index 58735885a..3d26bea31 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -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')"