testing: Ignore errors when searching for imcv log entries in daemon.log

This commit is contained in:
Tobias Brunner 2013-06-10 18:52:32 +02:00
parent 5d52087b54
commit 053ad34959
1 changed files with 1 additions and 1 deletions

View File

@ -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