From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#15991: 24.3.50; Wishlist: Make test suite user-friendlier Date: Sat, 28 Jun 2014 13:19:33 -0400 Message-ID: References: <83pppk8f91.fsf@gnu.org> <8361jnpq0j.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1403976022 3541 80.91.229.3 (28 Jun 2014 17:20:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 28 Jun 2014 17:20:22 +0000 (UTC) Cc: 15991@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jun 28 19:20:14 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1X0wIL-000766-Im for geb-bug-gnu-emacs@m.gmane.org; Sat, 28 Jun 2014 19:20:09 +0200 Original-Received: from localhost ([::1]:55413 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0wIL-0002aA-1y for geb-bug-gnu-emacs@m.gmane.org; Sat, 28 Jun 2014 13:20:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53914) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0wIH-0002Ye-5d for bug-gnu-emacs@gnu.org; Sat, 28 Jun 2014 13:20:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0wIG-00015A-Et for bug-gnu-emacs@gnu.org; Sat, 28 Jun 2014 13:20:05 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:45145) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0wIG-00013t-4E for bug-gnu-emacs@gnu.org; Sat, 28 Jun 2014 13:20:04 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1X0wIF-0008MA-B2 for bug-gnu-emacs@gnu.org; Sat, 28 Jun 2014 13:20:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 28 Jun 2014 17:20:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 15991 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 15991-submit@debbugs.gnu.org id=B15991.140397597532067 (code B ref 15991); Sat, 28 Jun 2014 17:20:03 +0000 Original-Received: (at 15991) by debbugs.gnu.org; 28 Jun 2014 17:19:35 +0000 Original-Received: from localhost ([127.0.0.1]:36295 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X0wHn-0008L9-CF for submit@debbugs.gnu.org; Sat, 28 Jun 2014 13:19:35 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:58953 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X0wHm-0008L1-4B for 15991@debbugs.gnu.org; Sat, 28 Jun 2014 13:19:34 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1X0wHl-0000CL-4O; Sat, 28 Jun 2014 13:19:33 -0400 X-Spook: militia covert video plutonium ANZUS pre-emptive BCCI X-Ran: ]rb`#Bdw=QgCh=zk%p%]Otu9>?#U@PQu{=9'y|i&".'nUb[\AYtB\aVN+[@Xi{t~Tn9;Q= X-Hue: green X-Attribution: GM In-Reply-To: <8361jnpq0j.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 26 Jun 2014 19:57:48 +0300") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:90944 Archived-At: Eli Zaretskii wrote: >> All I can suggest here is that the Makefile define a GDB variable, >> normally empty, that you can set to "gdb" on the make command-line when >> you want to. > > I guess it would be OK, if $GDB could be set to "gdb --args". Thanks. I added $GDB at what seems like the right place. I think this issue is done now.