diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2013-03-22 16:45:24 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2013-03-22 16:45:24 +0100 |
commit | 4a3c1cdc2b873561f25c3ad748b1d06ed7545b2e (patch) | |
tree | dddd6d2838be3c46d65c43589c23229e60f0e0d0 | |
parent | 1eada67bcb3fa671978b20eccde5d0a940f854e7 (diff) | |
download | strongswan-4a3c1cdc2b873561f25c3ad748b1d06ed7545b2e.tar.bz2 strongswan-4a3c1cdc2b873561f25c3ad748b1d06ed7545b2e.tar.xz |
Store debug output from standalone IMC/IMVs
-rwxr-xr-x | testing/do-tests | 4 |
1 files 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 |