From: Andreas Steffen Date: Fri, 22 Mar 2013 15:45:24 +0000 (+0100) Subject: Store debug output from standalone IMC/IMVs X-Git-Tag: 5.0.3rc1~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a3c1cdc2b873561f25c3ad748b1d06ed7545b2e;p=thirdparty%2Fstrongswan.git Store debug output from standalone IMC/IMVs --- diff --git a/testing/do-tests b/testing/do-tests index fafbe6e898..f976e893f1 100755 --- a/testing/do-tests +++ b/testing/do-tests @@ -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