From 4a3c1cdc2b873561f25c3ad748b1d06ed7545b2e Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Fri, 22 Mar 2013 16:45:24 +0100 Subject: Store debug output from standalone IMC/IMVs --- testing/do-tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/do-tests b/testing/do-tests index fafbe6e89..f976e893f 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 -- cgit v1.2.3