From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1EX2Du-0008Op-Qq for mharc-grub-devel@gnu.org; Tue, 01 Nov 2005 14:55:10 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EX2Dt-0008OG-Kj for grub-devel@gnu.org; Tue, 01 Nov 2005 14:55:09 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EX2Dq-0008NF-Ht for grub-devel@gnu.org; Tue, 01 Nov 2005 14:55:07 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EX2Dq-0008NB-47 for grub-devel@gnu.org; Tue, 01 Nov 2005 14:55:06 -0500 Received: from [212.85.152.101] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EX2Dq-0007Q4-77 for grub-devel@gnu.org; Tue, 01 Nov 2005 14:55:06 -0500 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 9ECA83C7D138B for ; Tue, 1 Nov 2005 20:58:04 +0100 (CET) Received: from 127.0.0.1 ([127.0.0.1] helo=ip6-localhost) by ASSP-nospam ; 1 Nov 05 19:58:02 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Tue, 1 Nov 2005 21:55:02 +0200 User-Agent: KMail/1.7.2 References: <87u0f0t30k.fsf@student.han.nl> <877jbtjyxi.fsf@student.han.nl> <874q6wjign.fsf@student.han.nl> In-Reply-To: <874q6wjign.fsf@student.han.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511012055.02655.okuji@enbug.org> Subject: Re: Scripting support (PATCH) X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2005 19:55:10 -0000 On Tuesday 01 November 2005 08:06 pm, Marco Gerards wrote: > To which value should grub_err_t be set on function return in the case > of the test command? I could add a new error `GRUB_ERR_TEST_RESULT' > and make it 1. I would prefer some better suggestion though :). Vladimir used GRUB_ERR_TEST_FAILURE. Not bad. Okuji