diff options
Diffstat (limited to 'testing/do-tests')
-rwxr-xr-x | testing/do-tests | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/do-tests b/testing/do-tests index ceddd72d8..c4c624ea9 100755 --- a/testing/do-tests +++ b/testing/do-tests @@ -374,6 +374,9 @@ do eval HOSTLOGIN=root@\$ip_${host} ssh $HOSTLOGIN grep pluto /var/log/auth.log \ > $TESTRESULTDIR/${host}.auth.log + echo >> $TESTRESULTDIR/${host}.auth.log + ssh $HOSTLOGIN grep charon /var/log/auth.log \ + >> $TESTRESULTDIR/${host}.auth.log done |