From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 68197 invoked by alias); 19 Jan 2016 16:06:49 -0000 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 Received: (qmail 68153 invoked by uid 89); 19 Jan 2016 16:06:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:125 X-HELO: usplmg20.ericsson.net Received: from usplmg20.ericsson.net (HELO usplmg20.ericsson.net) (198.24.6.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 19 Jan 2016 16:06:42 +0000 Received: from EUSAAHC005.ericsson.se (Unknown_Domain [147.117.188.87]) by usplmg20.ericsson.net (Symantec Mail Security) with SMTP id ED.1E.06940.0AC5E965; Tue, 19 Jan 2016 16:56:16 +0100 (CET) Received: from [142.133.110.144] (147.117.188.8) by smtp-am.internal.ericsson.com (147.117.188.89) with Microsoft SMTP Server id 14.3.248.2; Tue, 19 Jan 2016 11:06:38 -0500 Subject: Re: [PATCH] testsuite: Add --status to runtest invocation To: Pedro Alves , References: <1453157560-7080-1-git-send-email-simon.marchi@ericsson.com> <569E1CF9.5010102@redhat.com> <569E5DBC.4070408@ericsson.com> <569E5E7F.7070705@redhat.com> From: Simon Marchi Message-ID: <569E5F0E.6010704@ericsson.com> Date: Tue, 19 Jan 2016 16:06:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <569E5E7F.7070705@redhat.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg00435.txt.bz2 On 16-01-19 11:04 AM, Pedro Alves wrote: > LGTM. Thanks, pushed!