From: Tobias Brunner Date: Thu, 17 Apr 2025 08:03:56 +0000 (+0200) Subject: testing: Include the kernel build number X-Git-Tag: 6.0.2dr1~5^2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f6e3c164a20883922368fe696c375bd536cd30e;p=thirdparty%2Fstrongswan.git testing: Include the kernel build number --- 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