]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Store debug output from standalone IMC/IMVs
authorAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 22 Mar 2013 15:45:24 +0000 (16:45 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 22 Mar 2013 15:45:24 +0000 (16:45 +0100)
testing/do-tests

index fafbe6e898388684241b3a24164c3466c70ac876..f976e893f11962372bedab09464e97fe30ac82fb 100755 (executable)
@@ -643,7 +643,7 @@ do
        for host in $IPSECHOSTS
        do
            eval HOSTLOGIN=root@\$ipv4_${host}
-           ssh $SSHCONF $HOSTLOGIN "grep -E 'charon|last message repeated' \
+           ssh $SSHCONF $HOSTLOGIN "grep -E 'charon|last message repeated|imcv' \
                /var/log/auth.log" >> $TESTRESULTDIR/${host}.auth.log
        done
 
@@ -655,7 +655,7 @@ do
        for host in $IPSECHOSTS
        do
            eval HOSTLOGIN=root@\$ipv4_${host}
-           ssh $SSHCONF $HOSTLOGIN "grep -E 'charon|last message repeated' \
+           ssh $SSHCONF $HOSTLOGIN "grep -E 'charon|last message repeated|imcv' \
                /var/log/daemon.log" >> $TESTRESULTDIR/${host}.daemon.log
        done