strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d52087
)
testing: Ignore errors when searching for imcv log entries in daemon.log
author
Tobias Brunner
<tobias@strongswan.org>
Mon, 10 Jun 2013 16:52:32 +0000
(18:52 +0200)
committer
Tobias Brunner
<tobias@strongswan.org>
Mon, 10 Jun 2013 16:52:32 +0000
(18:52 +0200)
testing/do-tests
patch
|
blob
|
history
diff --git
a/testing/do-tests
b/testing/do-tests
index
d70c12c
..
979cb48
100755
(executable)
--- a/
testing/do-tests
+++ b/
testing/do-tests
@@
-557,7
+557,7
@@
do
$TESTRESULTDIR/${host}.radius.log > /dev/null 2>&1
ssh $SSHCONF $HOSTLOGIN grep imcv /var/log/daemon.log \
- >> $TESTRESULTDIR/${host}.daemon.log
+ >> $TESTRESULTDIR/${host}.daemon.log
2>/dev/null
chmod a+r $TESTRESULTDIR/*
cat >> $TESTRESULTDIR/index.html <<@EOF