aboutsummaryrefslogtreecommitdiffstats
path: root/testing/do-tests
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2013-03-22 16:45:24 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2013-03-22 16:45:24 +0100
commit4a3c1cdc2b873561f25c3ad748b1d06ed7545b2e (patch)
treedddd6d2838be3c46d65c43589c23229e60f0e0d0 /testing/do-tests
parent1eada67bcb3fa671978b20eccde5d0a940f854e7 (diff)
downloadstrongswan-4a3c1cdc2b873561f25c3ad748b1d06ed7545b2e.tar.bz2
strongswan-4a3c1cdc2b873561f25c3ad748b1d06ed7545b2e.tar.xz
Store debug output from standalone IMC/IMVs
Diffstat (limited to 'testing/do-tests')
-rwxr-xr-xtesting/do-tests4
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