From 8f6e3c164a20883922368fe696c375bd536cd30e Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 17 Apr 2025 10:03:56 +0200 Subject: [PATCH] testing: Include the kernel build number --- testing/do-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/do-tests b/testing/do-tests index 28337c022f..33f946a2e1 100755 --- a/testing/do-tests +++ b/testing/do-tests @@ -168,7 +168,7 @@ done # [ -f $SHAREDDIR/.strongswan-version ] && SWANVERSION=`cat $SHAREDDIR/.strongswan-version` -KERNELVERSION=`ssh $SSHCONF root@\$ipv4_winnetou uname -r 2>/dev/null` +KERNELVERSION=`ssh $SSHCONF root@\$ipv4_winnetou uname -rv | cut -d ' ' -f 1,2 2>/dev/null` ############################################################################## # create header for the results html file -- 2.47.2