From 053ad349590625cdc5246663605a28d633bca1f2 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 10 Jun 2013 18:52:32 +0200 Subject: [PATCH] testing: Ignore errors when searching for imcv log entries in daemon.log --- testing/do-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/do-tests b/testing/do-tests index d70c12c51..979cb487f 100755 --- 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