From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 605 invoked by alias); 25 Jun 2008 15:48:28 -0000 Received: (qmail 548 invoked by uid 22791); 25 Jun 2008 15:48:28 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 25 Jun 2008 15:48:02 +0000 Received: (qmail 11354 invoked from network); 25 Jun 2008 15:48:01 -0000 Received: from unknown (HELO wind.local) (vladimir@127.0.0.2) by mail.codesourcery.com with ESMTPA; 25 Jun 2008 15:48:01 -0000 From: Vladimir Prus To: Jan Kratochvil Subject: Re: [ob] testsuite prepare_for_testing() now drops $options Date: Wed, 25 Jun 2008 17:49:00 -0000 User-Agent: KMail/1.9.9 Cc: gdb-patches@sourceware.org References: <20080625153744.GA2248@host0.dyn.jankratochvil.net> In-Reply-To: <20080625153744.GA2248@host0.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806251948.08487.vladimir@codesourcery.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-06/txt/msg00442.txt.bz2 On Wednesday 25 June 2008 19:37:44 Jan Kratochvil wrote: > Hi, > > http://sourceware.org/ml/gdb-patches/2008-04/msg00039.html > > introduced dropping $options for the 3 testcases which use the > PREPARE_FOR_TESTING function now. Going to commit it as obvious. It seems obvious indeed -- thanks for fixing! - Volodya