This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] gdb: testsuite: fix ksh shebang to use sh
- From: Tom Tromey <tromey at redhat dot com>
- To: Pedro Alves <palves at redhat dot com>
- Cc: Mike Frysinger <vapier at gentoo dot org>, gdb-patches at sourceware dot org
- Date: Thu, 05 Dec 2013 12:04:33 -0700
- Subject: Re: [PATCH] gdb: testsuite: fix ksh shebang to use sh
- Authentication-results: sourceware.org; auth=none
- References: <1386223663-1030-1-git-send-email-vapier at gentoo dot org> <52A09621 dot 7010806 at redhat dot com>
>>>>> "Pedro" == Pedro Alves <palves@redhat.com> writes:
Pedro> A lot of this gdb.hp/ stuff is probably all rotten beyond
Pedro> salvation, but that's another story.
Yeah, it's never run by any regular developers since all the .exp files
start:
if { ![istarget "hppa*-*-hpux*"] } {
verbose "HPUX test ignored for non-hppa targets."
return 0
}
Tom