]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
testing: Include the kernel build number
authorTobias Brunner <tobias@strongswan.org>
Thu, 17 Apr 2025 08:03:56 +0000 (10:03 +0200)
committerTobias Brunner <tobias@strongswan.org>
Wed, 28 May 2025 14:35:26 +0000 (16:35 +0200)
testing/do-tests

index 28337c022f35aa76968d6e8daadd6aaf0f4750eb..33f946a2e18b4acbf2f7ab1fe0e51af93e6f696a 100755 (executable)
@@ -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