testing: Ignore errors when searching for imcv log entries in daemon.log
This commit is contained in:
+1
-1
@@ -557,7 +557,7 @@ do
|
|||||||
$TESTRESULTDIR/${host}.radius.log > /dev/null 2>&1
|
$TESTRESULTDIR/${host}.radius.log > /dev/null 2>&1
|
||||||
|
|
||||||
ssh $SSHCONF $HOSTLOGIN grep imcv /var/log/daemon.log \
|
ssh $SSHCONF $HOSTLOGIN grep imcv /var/log/daemon.log \
|
||||||
>> $TESTRESULTDIR/${host}.daemon.log
|
>> $TESTRESULTDIR/${host}.daemon.log 2>/dev/null
|
||||||
|
|
||||||
chmod a+r $TESTRESULTDIR/*
|
chmod a+r $TESTRESULTDIR/*
|
||||||
cat >> $TESTRESULTDIR/index.html <<@EOF
|
cat >> $TESTRESULTDIR/index.html <<@EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user