From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27322 invoked by alias); 29 Aug 2004 11:56:39 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 27298 invoked from network); 29 Aug 2004 11:56:36 -0000 Received: from unknown (HELO blount.mail.mindspring.net) (207.69.200.226) by sourceware.org with SMTP; 29 Aug 2004 11:56:36 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by blount.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1C1OIL-000021-00; Sun, 29 Aug 2004 07:56:25 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id CDFF14B102; Sun, 29 Aug 2004 07:56:34 -0400 (EDT) Date: Sun, 29 Aug 2004 11:56:00 -0000 From: Michael Chastain To: ibr@ata.cs.hun.edu.tr, gdb-patches@sources.redhat.com Subject: Re: testcase for "absolute source" patch Message-ID: <4131C472.nailN4C111OQN@mindspring.com> References: <20040816144349.GB1509@ata.cs.hun.edu.tr> <412107B7.nailE7I1XJVIH@mindspring.com> <20040818130626.GB1411@ata.cs.hun.edu.tr> <4123763C.nailM3P11DT7E@mindspring.com> <20040818155324.GC1411@ata.cs.hun.edu.tr> <4123A736.nail5OO17XN7L@mindspring.com> <20040818220613.GA3143@ata.cs.hun.edu.tr> <4123E749.nail65Z1YIZ3O@mindspring.com> <20040826203603.GA18267@ata.cs.hun.edu.tr> <412F4235.nailDKT1M7PGM@mindspring.com> <20040827164839.GC31959@ata.cs.hun.edu.tr> In-Reply-To: <20040827164839.GC31959@ata.cs.hun.edu.tr> User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00765.txt.bz2 Hi Baurjan, mec> . since the script does not work with build != host, you can simplify mec> all the "remote_exec host" calls to TCL primitives that run on the mec> build machine anyways. Like: "file mkdir ...". Your choice. mec> If you like "remote_exec host", you can keep it. bi> I like it, since it works now and marks clearly the commands for the bi> host. It can wait in the wings. If you like it that way, okay. bi> How does one do that? I've tried the following: remote_exec doesn't throw an error; it returns a list: # A two-element list is returned. The first value is the exit status of the # program (-1 if the exec failed). The second is any output produced by # the program (which may or may not be empty if output from the program was # redirected). Go into the dejagnu installation directory and look for share/dejagnu/remote.exp. More feedback later (tonight or tomorrow) -- this is all I have time for today. Michael