aboutsummaryrefslogtreecommitdiffstats
path: root/testing/do-tests
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2017-10-17 11:52:08 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2017-11-10 11:49:38 +0100
commit67a97c18ae8c63ed2929647b5a5c7298b48d0391 (patch)
treea6b0f217e0bf8dea679acc5be3ce248dab1d9362 /testing/do-tests
parent804784cc1ceb8876bf4adb5701fbf1e92ab92d6c (diff)
downloadstrongswan-67a97c18ae8c63ed2929647b5a5c7298b48d0391.tar.bz2
strongswan-67a97c18ae8c63ed2929647b5a5c7298b48d0391.tar.xz
testing: Enable systemd
Diffstat (limited to 'testing/do-tests')
-rwxr-xr-xtesting/do-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/do-tests b/testing/do-tests
index e3fd9b464..38999ea61 100755
--- a/testing/do-tests
+++ b/testing/do-tests
@@ -825,7 +825,7 @@ do
for host in $IPSECHOSTS
do
eval HOSTLOGIN=root@\$ipv4_${host}
- ssh $SSHCONF $HOSTLOGIN "grep -s -E 'charon|last message repeated|imcv' \
+ ssh $SSHCONF $HOSTLOGIN "grep -s -E 'systemd|swanctl|charon|last message repeated|imcv' \
/var/log/daemon.log" >> $TESTRESULTDIR/${host}.daemon.log
done