From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH OSSTEST 3/3] standalone: Rotate logs rather than clobbering them Date: Tue, 29 Sep 2015 10:37:49 +0100 Message-ID: <1443519469-22866-3-git-send-email-ian.campbell@citrix.com> References: <1443519444.16718.18.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1443519444.16718.18.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: ian.jackson@eu.citrix.com, xen-devel@lists.xen.org Cc: Ian Campbell List-Id: xen-devel@lists.xenproject.org Keep 300, for no better reason than cr-for-branches does. Signed-off-by: Ian Campbell --- standalone | 1 + 1 file changed, 1 insertion(+) diff --git a/standalone b/standalone index e85457d..c3ff9e2 100755 --- a/standalone +++ b/standalone @@ -196,6 +196,7 @@ ensure_logs() { with_logging() { local log=$1; shift ensure_logs + savelog -c 300 "$log" >/dev/null $@ 2>&1 | tee "$log" rc=${PIPESTATUS[0]} if [ $rc -ne 0 ] ; then -- 2.5.3